home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / somtrcls.idl < prev    next >
Text File  |  1996-12-24  |  949b  |  44 lines

  1. //
  2. //   COMPONENT_NAME: somm
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1996,1996
  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. //#  @(#) /53 1.8 2/21/96 15:58:12 [12/24/96 07:41:17]
  14.  
  15.  
  16. #ifndef somtrcls_idl
  17. #define somtrcls_idl
  18.  
  19. #include "sombacls.idl"
  20. interface SOMMTraced : SOMMBeforeAfter
  21. {
  22.   attribute boolean sommTraceIsOn;
  23.  
  24. #ifdef __SOMIDL__
  25. implementation
  26. {
  27.   releaseorder: _set_sommTraceIsOn, _get_sommTraceIsOn;
  28.  
  29.   //# Class Modifiers
  30.   filestem = somtrcls;
  31.   callstyle = idl;
  32.   majorversion = 2;
  33.   minorversion = 2;
  34.   dllname = "somu.dll";
  35.  
  36.   //# Method Modifiers
  37.   sommBeforeMethod: override;
  38.   sommAfterMethod: override;
  39.  
  40. };
  41. #endif /* __SOMIDL__ */
  42. };
  43. #endif  /* somtrcls_idl */
  44.