home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / scseqnce.idl < prev    next >
Text File  |  1996-12-24  |  1KB  |  56 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/scseqnce.idl 2.8 5/9/96 15:31:24 [12/24/96 07:39:50]
  14.  
  15.  
  16. #ifndef scseqnce_idl
  17. #define scseqnce_idl
  18.  
  19. #include <scentry.idl>
  20.  
  21. interface SOMTSequenceEntryC : SOMTEntryC
  22. {
  23.   readonly attribute long somtSeqLength;
  24.   // The length of the sequence.
  25.  
  26.   readonly attribute SOMTEntryC somtSeqType;
  27.   // The type of the sequence.
  28.  
  29. #ifdef __SOMIDL__
  30.   implementation {
  31.     releaseorder: _get_somtSeqLength, _get_somtSeqType, _get_somtSeqTypedef;
  32.   
  33.     //# Class Modifiers
  34.     majorversion = 2;
  35.     minorversion = 1;
  36.     filestem = scseqnce;
  37. #ifdef _WIN32
  38.     dllname = "some.dll";
  39. #endif
  40.     callstyle = oidl;
  41.   
  42.     //# Method Modifiers
  43.     somDumpSelfInt: override;
  44.     somtSetSymbolsOnEntry: override;
  45.   
  46.     //# Attribute Modifiers
  47.     somtSeqLength: nodata;
  48.     somtSeqType: nodata;
  49.     somtSeqTypedef: nodata;
  50.   };
  51. #endif /* __SOMIDL__ */
  52. };
  53.  
  54.  
  55. #endif  /* scseqnce*/
  56.