home *** CD-ROM | disk | FTP | other *** search
- //
- // COMPONENT_NAME: some
- //
- // ORIGINS: 27
- //
- //
- // 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- // All Rights Reserved
- // Licensed Materials - Property of IBM
- // US Government Users Restricted Rights - Use, duplication or
- // disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- //
-
- #ifndef scseqnce_idl
- #define scseqnce_idl
-
- #include <scentry.idl>
-
- interface SOMTSequenceEntryC : SOMTEntryC
- {
- readonly attribute long somtSeqLength;
- // The length of the sequence.
-
- readonly attribute SOMTEntryC somtSeqType;
- // The type of the sequence.
-
- #ifdef __SOMIDL__
- implementation {
- releaseorder: _get_somtSeqLength, _get_somtSeqType, _get_somtSeqTypedef;
-
- majorversion = 2;
- minorversion = 1;
- filestem = scseqnce;
- callstyle = oidl;
-
- somDumpSelfInt: override;
- somtSetSymbolsOnEntry: override;
-
- somtSeqLength: nodata;
- somtSeqType: nodata;
- somtSeqTypedef: nodata;
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* scseqnce*/
-