home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / som / include / scstring.idl < prev    next >
Text File  |  1999-02-22  |  1KB  |  47 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/scstring.idl 2.7 12/26/95 16:25:10 [7/30/96 14:46:03]
  14.  
  15.  
  16. #ifndef scstring_idl
  17. #define scstring_idl
  18.  
  19. #include <scentry.idl>
  20.  
  21. interface SOMTStringEntryC : SOMTEntryC
  22. {
  23.   readonly attribute long somtStringLength;
  24.   // The length of the string.
  25. #ifdef __SOMIDL__
  26.   implementation {
  27.     releaseorder: _get_somtStringLength;
  28.   
  29.     //# Class Modifiers
  30.     majorversion = 2;
  31.     minorversion = 1;
  32.     filestem = scstring;
  33.     callstyle = oidl;
  34.   
  35.     //# Method Modifiers
  36.     somDumpSelfInt: override;
  37.     somtSetSymbolsOnEntry: override;
  38.   
  39.     //# Attribute Modifiers
  40.     somtStringLength: nodata;
  41.   };
  42. #endif /* __SOMIDL__ */
  43. };
  44.  
  45.  
  46. #endif  /* scstring*/
  47.