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 scdata_idl
- #define scdata_idl
-
- #include <sccommon.idl>
- interface SOMTDataEntryC : SOMTCommonEntryC
- {
- readonly attribute boolean somtIsSelfRef;
- // Whether a declarator of a struct is self-referential.
-
- #ifdef __SOMIDL__
-
- implementation {
-
- releaseorder: _get_somtIsSelfRef;
-
- majorversion = 2;
- minorversion = 1;
- filestem = scdata;
- callstyle = oidl;
-
- somtSetSymbolsOnEntry: override;
- somDumpSelfInt: override;
-
- somtIsSelfRef: nodata;
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* scdata_idl */
-