home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / somtrcls.idl < prev    next >
Encoding:
Text File  |  1996-02-21  |  850 b   |  40 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.  
  14. #ifndef somtrcls_idl
  15. #define somtrcls_idl
  16.  
  17. #include "sombacls.idl"
  18. interface SOMMTraced : SOMMBeforeAfter
  19. {
  20.   attribute boolean sommTraceIsOn;
  21.  
  22. #ifdef __SOMIDL__
  23. implementation
  24. {
  25.   releaseorder: _set_sommTraceIsOn, _get_sommTraceIsOn;
  26.  
  27.   filestem = somtrcls;
  28.   callstyle = idl;
  29.   majorversion = 2;
  30.   minorversion = 1;
  31.  
  32.   somInitMIClass: override;
  33.   sommBeforeMethod: override;
  34.   sommAfterMethod: override;
  35.  
  36. };
  37. #endif /* __SOMIDL__ */
  38. };
  39. #endif  /* somtrcls_idl */
  40.