home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / som / include / workprev.idl < prev    next >
Text File  |  1999-02-22  |  1KB  |  54 lines

  1. //
  2. //   COMPONENT_NAME: somu
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8. //   All Rights Reserved
  9. //   Licensed Materials - Property of IBM
  10. //   US Government Users Restricted Rights - Use, duplication or
  11. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. //
  13. //#  @(#) 2.7 src/somem/workprev.idl, somu, som2.1 9/1/94 17:47:51 [7/30/96 14:46:14]
  14.  
  15.  
  16. #ifndef workprev_idl
  17. #define workprev_idl
  18.  
  19. #include <event.idl>
  20.  
  21. interface SOMEWorkProcEvent : SOMEEvent
  22.  
  23. // SOMEWorkProcEvent is the class for generic workProc events within the Event Manager.
  24. // This class should be queried for events of the following type(s):
  25. //      EMWorkProcEvent
  26. // An instance of this class is initialized and passed to the callback
  27. // of a workproc event.
  28.  
  29. // Although at present this class has no methods, its parent methods can be
  30. // called to verify that the event type is EMWorkProcEvent.
  31. {
  32.  
  33. #ifdef __SOMIDL__
  34.   implementation {
  35.  
  36.     //# Class Modifiers
  37.     majorversion = 2;
  38.     minorversion = 1;
  39.     filestem = workprev;
  40.     callstyle = idl;
  41.  
  42.  
  43.     passthru C_h_after =  "#include <eventmsk.h>";
  44.     passthru C_xh_after =  "#include <eventmsk.h>";
  45.  
  46.     //# Method Modifiers
  47.     somInit: override;
  48.  
  49.   };
  50. #endif /* __SOMIDL__ */
  51. };
  52.  
  53. #endif  /* workprev_idl */
  54.