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 scstring_idl
- #define scstring_idl
-
- #include <scentry.idl>
-
- interface SOMTStringEntryC : SOMTEntryC
- {
- readonly attribute long somtStringLength;
- // The length of the string.
- #ifdef __SOMIDL__
- implementation {
- releaseorder: _get_somtStringLength;
-
- majorversion = 2;
- minorversion = 1;
- filestem = scstring;
- callstyle = oidl;
-
- somDumpSelfInt: override;
- somtSetSymbolsOnEntry: override;
-
- somtStringLength: nodata;
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* scstring*/
-