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

  1. //
  2. //   COMPONENT_NAME: somr
  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. //# @(#) 1.7 src/somr/somrmcls.idl, somr, som2.1 9/1/94 15:55:55 [7/30/96 15:24:45]
  14.  
  15.  
  16. #ifndef somrmcls_idl
  17. #define somrmcls_idl
  18.  
  19. #include "sombacls.idl"
  20. interface SOMRReplicable : SOMMBeforeAfter
  21.  
  22. //
  23. //
  24.  
  25. {
  26.  
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. implementation {
  31.  
  32.     //# Class Modifiers
  33.     majorversion = 2;
  34.     minorversion = 1;
  35.     filestem = somrmcls;
  36.  
  37.  
  38.  
  39.     //# Method Modifiers
  40.     sommBeforeMethod: override;
  41.     sommAfterMethod: override;
  42.  
  43.     //# Behavioral Expression
  44.  
  45.     //# Instance Data
  46.  
  47.  
  48.     //# Invariant
  49.  
  50.     };
  51. #endif /* __SOMIDL__ */
  52. };
  53. #endif  /* somrmcls_idl */
  54.