home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / som / include / somrcls.idl < prev    next >
Text File  |  1999-02-22  |  1KB  |  60 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/somrcls.idl, somr, som2.1 9/1/94 15:55:49 [7/30/96 15:24:44]
  14.  
  15.  
  16. #ifndef somrcls_idl
  17. #define somrcls_idl
  18.  
  19. #include <replicbl.idl>
  20. #include <somrmcls.idl>
  21. interface SOMRReplicableObject : SOMRReplicbl
  22. {
  23.  
  24.     char somrLoggingType( );
  25.  
  26.     boolean somrReplicableExemptMethod( in somId methodId );
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. implementation {
  31.     releaseorder: somrLoggingType, somrReplicableExemptMethod;
  32.  
  33.     //# Class Modifiers
  34.     majorversion = 2;
  35.     minorversion = 1;
  36.     filestem = somrcls;
  37.     metaclass = SOMRReplicable;
  38.  
  39.  
  40.  
  41.     //# Method Modifiers
  42.     logging: noset;
  43.     somrRepInit: override;
  44.     somrApplyUpdates: override;
  45.     
  46.     //# Behavioral Expression
  47.  
  48.     
  49.     //# Instance Data
  50.  
  51.     char  logging;
  52.  
  53.  
  54.     //# Invariant
  55.  
  56.     };
  57. #endif /* __SOMIDL__ */
  58. };
  59. #endif  /* somrcls_idl */
  60.