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 scenumnm_idl
- #define scenumnm_idl
-
- #include <scentry.idl>
-
- interface SOMTEnumEntryC;
-
- interface SOMTEnumNameEntryC : SOMTEntryC
- {
- readonly attribute SOMTEnumEntryC somtEnumPtr;
- // A pointer to the enumerator.
-
- readonly attribute unsigned long somtEnumVal;
- // The value of the enumeration.
- #ifdef __SOMIDL__
- implementation {
- releaseorder: _get_somtEnumPtr, _get_somtEnumVal;
-
- majorversion = 2;
- minorversion = 1;
- filestem = scenumnm;
- callstyle = oidl;
-
- somDumpSelfInt: override;
- somtSetSymbolsOnEntry: override;
-
- somtEnumPtr: nodata;
- somtEnumVal: nodata;
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* scenumnm */
-