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

  1. //
  2. //   COMPONENT_NAME: some
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1994,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. //#  @(#) somc/scbase.idl 2.8 5/9/96 15:30:58 [12/24/96 07:39:43]
  14.  
  15.  
  16. #ifndef scbase_idl
  17. #define scbase_idl
  18.  
  19. #include <scentry.idl>
  20. interface SOMTClassEntryC;
  21.  
  22. interface SOMTBaseClassEntryC : SOMTEntryC
  23. {
  24.   readonly attribute SOMTClassEntryC somtBaseClassDef;
  25.   // Returns the class definition entry for the Base class named in
  26.   // this entry.
  27. #ifdef __SOMIDL__
  28.   implementation {
  29.     releaseorder: _get_somtBaseClassDef;
  30.   
  31.     //# Class Modifiers
  32.     majorversion = 2;
  33.     minorversion = 1;
  34.     filestem = scbase;
  35. #ifdef _WIN32
  36.     dllname = "some.dll";
  37. #endif
  38.     callstyle = oidl;
  39.   
  40.     //# Method Modifiers
  41.     somDumpSelfInt: override;
  42.     somtSetSymbolsOnEntry: override;
  43.   
  44.     //# Attribute Modifiers
  45.     somtBaseClassDef: nodata;
  46.   };
  47. #endif /* __SOMIDL__ */
  48. };
  49.  
  50.  
  51. #endif  /* scbase_idl */
  52.