home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somu
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
-
- /*
- */
-
- #ifndef SOM_EM_TYPES_h
- #define SOM_EM_TYPES_h
-
- #ifndef SOMEEMRegisterData_VA_STUBS
- #define SOMEEMRegisterData_VA_EXTERN
- #endif /* SOMEEMRegisterData_VA_STUBS */
-
- #ifndef __cplusplus
- #ifdef __PRIVATE__
- #include <private/emregdat.h>
- #else
- #include <emregdat.h>
- #endif
-
- #include <event.h>
- #include <clientev.h>
- #include <eventmsk.h>
- #else
- #ifdef __PRIVATE__
- #include <private/emregdat.xh>
- #else
- #include <emregdat.xh>
- #endif
-
- #include <event.xh>
- #include <clientev.xh>
- #include <eventmsk.h>
- #endif
-
- #ifdef SOM_STRICT_IDL
- typedef void SOMLINK EMRegProc(SOMEEvent , void *);
- typedef void SOMLINK EMMethodProc(SOMObject , SOMEEvent , void *);
- typedef void SOMLINK EMMethodProcEv(SOMObject , Environment *, SOMEEvent , void *);
- #else
- /*
- * EMRegProc
- *
- * Procedure registration callback interface
- */
- typedef void SOMLINK EMRegProc(SOMEEvent *, void *);
-
- /*
- * EMMethodProc
- *
- * Method registration callback interface
- */
- typedef void SOMLINK EMMethodProc(SOMObject *, SOMEEvent *, void *);
-
- /*
- * EMMethodProcEv
- *
- * Method registration callback interface
- */
- typedef void SOMLINK EMMethodProcEv(SOMObject *, Environment *, SOMEEvent *, void *);
- #endif
-
-
- #endif /* SOM_EM_TYPES_h */
-