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 scbase_idl
- #define scbase_idl
-
- #include <scentry.idl>
- interface SOMTClassEntryC;
-
- interface SOMTBaseClassEntryC : SOMTEntryC
- {
- readonly attribute SOMTClassEntryC somtBaseClassDef;
- // Returns the class definition entry for the Base class named in
- // this entry.
- #ifdef __SOMIDL__
- implementation {
- releaseorder: _get_somtBaseClassDef;
-
- majorversion = 2;
- minorversion = 1;
- filestem = scbase;
- callstyle = oidl;
-
- somDumpSelfInt: override;
- somtSetSymbolsOnEntry: override;
-
- somtBaseClassDef: nodata;
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* scbase_idl */
-