home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: h:\somnt\include\IMPLDEF.xh.
- * Generated using:
- * SOM Precompiler somipc: Development
- * SOM Emitter emitxh.dll: Development
- */
-
- /*
- *
- * COMPONENT_NAME: somd
- *
- * 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.
- *
- * CLASS SPECIFICATION FOR IMPLEMENTATION DEFINITION
- */
-
-
- #ifndef SOM_ImplementationDef_xh
- #define SOM_ImplementationDef_xh
-
- class ImplementationDef;
-
- #define ImplementationDef_MajorVersion 2
- #define ImplementationDef_MinorVersion 1
-
- /* C++ SOM defs */
- #include <somcls.xh>
- #include <somcm.xh>
-
- /* C++ parent defs */
- #ifndef SOM_SOMObject_xh
- #include <somobj.xh>
- #endif
-
- #ifndef ImplementationDef_API
- #define ImplementationDef_API
- /*
- * -- The Class API
- */
-
- /*
- * Start of user-defined types:
- */
- class SOMClass;
- class SOMObject;
- class Container;
-
- /*
- * End of user-defined types.
- */
-
- /*
- * Passthru lines: File: "C.xh", "after"
- */
-
- /* flags */
- #define IMPLDEF_MULTI_THREAD 0x00000001
- #define IMPLDEF_POOL_THREAD 0x00000002
- #define IMPLDEF_DISABLE_SVR 0x00000004
- #define IMPLDEF_IMPLID_SET 0x00000008
- #define IMPLDEF_NONSTOPPABLE 0x00000010
- #define IMPLDEF_SECUREMODE 0x00000020
-
- class ImplementationDef;
- SOMEXTERN WIN32_DLLIMPORT ImplementationDef* SOMDLINK SOMD_ImplDefObject;
-
-
- /* A procedure to create the ImplementationDef Class */
- SOMEXTERN
- #if (defined(SOM_Module_IMPLDEF_Source) || defined(ImplementationDef_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_ImplementationDef))
- WIN32_DLLEXPORT
- #else
- WIN32_DLLIMPORT
- #endif
- SOMClass * SOMLINK ImplementationDefNewClass(
- integer4,
- integer4 );
-
- /* The API to the ImplementationDef class object, and the methods it introduces. */
- SOMEXTERN struct ImplementationDefClassDataStructure {
- SOMClass *classObject;
- somMToken _set_impl_id;
- somMToken _get_impl_id;
- somMToken _set_impl_alias;
- somMToken _get_impl_alias;
- somMToken _set_impl_program;
- somMToken _get_impl_program;
- somMToken _set_impl_flags;
- somMToken _get_impl_flags;
- somMToken _set_impl_server_class;
- somMToken _get_impl_server_class;
- somMToken _set_impl_socket_class;
- somMToken _get_impl_socket_class;
- somMToken _set_impl_refdata_file;
- somMToken _get_impl_refdata_file;
- somMToken _set_impl_refdata_bkup;
- somMToken _get_impl_refdata_bkup;
- somMToken _set_impl_hostname;
- somMToken _get_impl_hostname;
- somMToken _set_impl_def_struct;
- somMToken _get_impl_def_struct;
- somMToken get_impl_winserver_handle;
- }
- #if !(defined(SOM_Module_IMPLDEF_Source) || defined(ImplementationDef_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_ImplementationDef))
- WIN32_DLLIMPORT
- #elif defined(_MSC_VER)||defined(_WIN32_DECL_PROTO)
- WIN32_DLLEXPORT
- #endif
- SOMDLINK ImplementationDefClassData;
- #define _ImplementationDef ImplementationDefClassData.classObject
-
- /* The API to parentMtabs for ImplementationDef, and the instance data it introduces. */
- SOMEXTERN struct ImplementationDefCClassDataStructure {
- somMethodTabs parentMtab;
- somDToken instanceDataToken;
- }
- #if !(defined(SOM_Module_IMPLDEF_Source) || defined(ImplementationDef_Class_Source) || defined (SOM_DONT_IMPORT_CLASS_ImplementationDef))
- WIN32_DLLIMPORT
- #elif defined(_MSC_VER)||defined(_WIN32_DECL_PROTO)
- WIN32_DLLEXPORT
- #endif
- SOMDLINK ImplementationDefCClassData;
-
- /*
- * -- Typedefs for ImplementationDef Method Procedures
- */
- extern "C" {
- typedef string SOMLINK somTP_ImplementationDef__get_impl_id(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_id *somTD_ImplementationDef__get_impl_id;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_id(ImplementationDef *somSelf, Environment *ev,
- string impl_id);
- typedef somTP_ImplementationDef__set_impl_id *somTD_ImplementationDef__set_impl_id;
- typedef string SOMLINK somTP_ImplementationDef__get_impl_alias(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_alias *somTD_ImplementationDef__get_impl_alias;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_alias(ImplementationDef *somSelf, Environment *ev,
- string impl_alias);
- typedef somTP_ImplementationDef__set_impl_alias *somTD_ImplementationDef__set_impl_alias;
- typedef string SOMLINK somTP_ImplementationDef__get_impl_program(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_program *somTD_ImplementationDef__get_impl_program;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_program(ImplementationDef *somSelf, Environment *ev,
- string impl_program);
- typedef somTP_ImplementationDef__set_impl_program *somTD_ImplementationDef__set_impl_program;
- typedef Flags SOMLINK somTP_ImplementationDef__get_impl_flags(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_flags *somTD_ImplementationDef__get_impl_flags;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_flags(ImplementationDef *somSelf, Environment *ev,
- Flags impl_flags);
- typedef somTP_ImplementationDef__set_impl_flags *somTD_ImplementationDef__set_impl_flags;
- typedef string SOMLINK somTP_ImplementationDef__get_impl_server_class(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_server_class *somTD_ImplementationDef__get_impl_server_class;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_server_class(ImplementationDef *somSelf, Environment *ev,
- string impl_server_class);
- typedef somTP_ImplementationDef__set_impl_server_class *somTD_ImplementationDef__set_impl_server_class;
- typedef string SOMLINK somTP_ImplementationDef__get_impl_refdata_file(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_refdata_file *somTD_ImplementationDef__get_impl_refdata_file;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_refdata_file(ImplementationDef *somSelf, Environment *ev,
- string impl_refdata_file);
- typedef somTP_ImplementationDef__set_impl_refdata_file *somTD_ImplementationDef__set_impl_refdata_file;
- typedef string SOMLINK somTP_ImplementationDef__get_impl_refdata_bkup(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_refdata_bkup *somTD_ImplementationDef__get_impl_refdata_bkup;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_refdata_bkup(ImplementationDef *somSelf, Environment *ev,
- string impl_refdata_bkup);
- typedef somTP_ImplementationDef__set_impl_refdata_bkup *somTD_ImplementationDef__set_impl_refdata_bkup;
- typedef string SOMLINK somTP_ImplementationDef__get_impl_hostname(ImplementationDef *somSelf, Environment *ev);
- typedef somTP_ImplementationDef__get_impl_hostname *somTD_ImplementationDef__get_impl_hostname;
- typedef void SOMLINK somTP_ImplementationDef__set_impl_hostname(ImplementationDef *somSelf, Environment *ev,
- string impl_hostname);
- typedef somTP_ImplementationDef__set_impl_hostname *somTD_ImplementationDef__set_impl_hostname;
-
- /*
- * -- Typedefs for Reintroduced Wrapper Methods
- */
- typedef void SOMLINK somTP_ImplementationDef_somDefaultInit(ImplementationDef *somSelf,
- somInitCtrl* ctrl);
- typedef somTP_ImplementationDef_somDefaultInit *somTD_ImplementationDef_somDefaultInit;
- typedef void SOMLINK somTP_ImplementationDef_somDestruct(ImplementationDef *somSelf,
- octet doFree,
- somDestructCtrl* ctrl);
- typedef somTP_ImplementationDef_somDestruct *somTD_ImplementationDef_somDestruct;
- typedef void SOMLINK somTP_ImplementationDef_somDefaultCopyInit(ImplementationDef *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultCopyInit *somTD_ImplementationDef_somDefaultCopyInit;
- typedef ImplementationDef* SOMLINK somTP_ImplementationDef_somDefaultAssign(ImplementationDef *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultAssign *somTD_ImplementationDef_somDefaultAssign;
- typedef void SOMLINK somTP_ImplementationDef_somDefaultConstCopyInit(ImplementationDef *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultConstCopyInit *somTD_ImplementationDef_somDefaultConstCopyInit;
- typedef void SOMLINK somTP_ImplementationDef_somDefaultVCopyInit(ImplementationDef *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultVCopyInit *somTD_ImplementationDef_somDefaultVCopyInit;
- typedef void SOMLINK somTP_ImplementationDef_somDefaultConstVCopyInit(ImplementationDef *somSelf,
- somInitCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultConstVCopyInit *somTD_ImplementationDef_somDefaultConstVCopyInit;
- typedef ImplementationDef* SOMLINK somTP_ImplementationDef_somDefaultConstAssign(ImplementationDef *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultConstAssign *somTD_ImplementationDef_somDefaultConstAssign;
- typedef ImplementationDef* SOMLINK somTP_ImplementationDef_somDefaultVAssign(ImplementationDef *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultVAssign *somTD_ImplementationDef_somDefaultVAssign;
- typedef ImplementationDef* SOMLINK somTP_ImplementationDef_somDefaultConstVAssign(ImplementationDef *somSelf,
- somAssignCtrl* ctrl,
- SOMObject* fromObj);
- typedef somTP_ImplementationDef_somDefaultConstVAssign *somTD_ImplementationDef_somDefaultConstVAssign;
- typedef void SOMLINK somTP_ImplementationDef_somInit(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somInit *somTD_ImplementationDef_somInit;
- typedef void SOMLINK somTP_ImplementationDef_somFree(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somFree *somTD_ImplementationDef_somFree;
- typedef void SOMLINK somTP_ImplementationDef_somUninit(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somUninit *somTD_ImplementationDef_somUninit;
- typedef SOMClass* SOMLINK somTP_ImplementationDef_somGetClass(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somGetClass *somTD_ImplementationDef_somGetClass;
- typedef string SOMLINK somTP_ImplementationDef_somGetClassName(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somGetClassName *somTD_ImplementationDef_somGetClassName;
- typedef long SOMLINK somTP_ImplementationDef_somGetSize(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somGetSize *somTD_ImplementationDef_somGetSize;
- typedef boolean SOMLINK somTP_ImplementationDef_somIsA(ImplementationDef *somSelf,
- SOMClass* aClassObj);
- typedef somTP_ImplementationDef_somIsA *somTD_ImplementationDef_somIsA;
- typedef boolean SOMLINK somTP_ImplementationDef_somIsInstanceOf(ImplementationDef *somSelf,
- SOMClass* aClassObj);
- typedef somTP_ImplementationDef_somIsInstanceOf *somTD_ImplementationDef_somIsInstanceOf;
- typedef boolean SOMLINK somTP_ImplementationDef_somRespondsTo(ImplementationDef *somSelf,
- somId mId);
- typedef somTP_ImplementationDef_somRespondsTo *somTD_ImplementationDef_somRespondsTo;
- typedef boolean SOMLINK somTP_ImplementationDef_somDispatch(ImplementationDef *somSelf,
- somToken* retValue,
- somId methodId,
- va_list ap);
- typedef somTP_ImplementationDef_somDispatch *somTD_ImplementationDef_somDispatch;
- typedef boolean SOMLINK somTP_ImplementationDef_somClassDispatch(ImplementationDef *somSelf,
- SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- va_list ap);
- typedef somTP_ImplementationDef_somClassDispatch *somTD_ImplementationDef_somClassDispatch;
- typedef boolean SOMLINK somTP_ImplementationDef_somCastObj(ImplementationDef *somSelf,
- SOMClass* cls);
- typedef somTP_ImplementationDef_somCastObj *somTD_ImplementationDef_somCastObj;
- typedef boolean SOMLINK somTP_ImplementationDef_somResetObj(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somResetObj *somTD_ImplementationDef_somResetObj;
- typedef SOMObject* SOMLINK somTP_ImplementationDef_somPrintSelf(ImplementationDef *somSelf);
- typedef somTP_ImplementationDef_somPrintSelf *somTD_ImplementationDef_somPrintSelf;
- typedef void SOMLINK somTP_ImplementationDef_somDumpSelf(ImplementationDef *somSelf,
- long level);
- typedef somTP_ImplementationDef_somDumpSelf *somTD_ImplementationDef_somDumpSelf;
- typedef void SOMLINK somTP_ImplementationDef_somDumpSelfInt(ImplementationDef *somSelf,
- long level);
- typedef somTP_ImplementationDef_somDumpSelfInt *somTD_ImplementationDef_somDumpSelfInt;
- }
-
- #endif /* ImplementationDef_API */
-
-
- /*
- * -- This emitter believes that method thunks are unavailable,
- * -- so somResolve will be called.
- */
- #undef somresolve_
- #define somresolve_(obj,mToken) (somResolve(obj,mToken))
-
- /*
- * -- The C++ Wrapper Class for ImplementationDef
- */
- class ImplementationDef : public SOMObject
- {
- public:
-
- // ImplementationDef::new creates the class object if necessary, and then uses somNewNoInit
- // to allocate memory and create the object. Initialization is in ctors.
- void *operator new(size_t)
- {
- if (!_ImplementationDef) ImplementationDefNewClass(ImplementationDef_MajorVersion,ImplementationDef_MinorVersion);
- return (void*)
- SOM_Resolve(_ImplementationDef,SOMClass,somNewNoInit)
- ((SOMClass *)((void*)_ImplementationDef));
- }
-
- // ImplementationDef::delete uses somDestruct.
- void operator delete(void * obj)
- {
- if (obj && *(void**)obj) {
- SOM_Resolve(obj,SOMObject,somDestruct)
- ((SOMObject*)obj, 1, 0);
- }
- }
-
- ImplementationDef()
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (ImplementationDefCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultInit(0);
- }
-
- ImplementationDef(ImplementationDef* fromObj)
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (ImplementationDefCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
- }
-
- ImplementationDef(const ImplementationDef* fromObj)
- {
- if (*(void**)this !=
- ((somParentMtabStructPtr)
- (ImplementationDefCClassData.parentMtab))->mtab)
- return;
- ((SOMObject*)((void*)this))->somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
- }
-
-
- /* method: _get_impl_id */
- string _get_impl_id(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_id)
- (this, ev);
- }
-
-
- /* method: _set_impl_id */
- void _set_impl_id(Environment *ev,
- string impl_id)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_id)
- (this, ev,impl_id);
- }
-
-
- /* method: _get_impl_alias */
- string _get_impl_alias(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_alias)
- (this, ev);
- }
-
-
- /* method: _set_impl_alias */
- void _set_impl_alias(Environment *ev,
- string impl_alias)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_alias)
- (this, ev,impl_alias);
- }
-
-
- /* method: _get_impl_program */
- string _get_impl_program(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_program)
- (this, ev);
- }
-
-
- /* method: _set_impl_program */
- void _set_impl_program(Environment *ev,
- string impl_program)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_program)
- (this, ev,impl_program);
- }
-
-
- /* method: _get_impl_flags */
- Flags _get_impl_flags(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_flags)
- (this, ev);
- }
-
-
- /* method: _set_impl_flags */
- void _set_impl_flags(Environment *ev,
- Flags impl_flags)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_flags)
- (this, ev,impl_flags);
- }
-
-
- /* method: _get_impl_server_class */
- string _get_impl_server_class(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_server_class)
- (this, ev);
- }
-
-
- /* method: _set_impl_server_class */
- void _set_impl_server_class(Environment *ev,
- string impl_server_class)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_server_class)
- (this, ev,impl_server_class);
- }
-
-
- /* method: _get_impl_refdata_file */
- string _get_impl_refdata_file(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_refdata_file)
- (this, ev);
- }
-
-
- /* method: _set_impl_refdata_file */
- void _set_impl_refdata_file(Environment *ev,
- string impl_refdata_file)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_refdata_file)
- (this, ev,impl_refdata_file);
- }
-
-
- /* method: _get_impl_refdata_bkup */
- string _get_impl_refdata_bkup(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_refdata_bkup)
- (this, ev);
- }
-
-
- /* method: _set_impl_refdata_bkup */
- void _set_impl_refdata_bkup(Environment *ev,
- string impl_refdata_bkup)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_refdata_bkup)
- (this, ev,impl_refdata_bkup);
- }
-
-
- /* method: _get_impl_hostname */
- string _get_impl_hostname(Environment *ev)
- {
- return SOM_ResolveD(this,ImplementationDef,ImplementationDef,_get_impl_hostname)
- (this, ev);
- }
-
-
- /* method: _set_impl_hostname */
- void _set_impl_hostname(Environment *ev,
- string impl_hostname)
- {
- SOM_ResolveD(this,ImplementationDef,ImplementationDef,_set_impl_hostname)
- (this, ev,impl_hostname);
- }
-
-
- /*
- * Reintroduce inherited methods
- */
-
- /* initializer method: somDefaultInit */
- void somDefaultInit(somInitCtrl* ctrl)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultInit)
- (this,ctrl);
- }
-
-
- /* method: somDestruct */
- void somDestruct(octet doFree,
- somDestructCtrl* ctrl)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDestruct)
- (this,doFree,ctrl);
- }
-
-
- /* initializer method: somDefaultCopyInit */
- void somDefaultCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultAssign */
- ImplementationDef* somDefaultAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultConstCopyInit */
- void somDefaultConstCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultConstCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultVCopyInit */
- void somDefaultVCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultVCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* initializer method: somDefaultConstVCopyInit */
- void somDefaultConstVCopyInit(somInitCtrl* ctrl,
- SOMObject* fromObj)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultConstVCopyInit)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultConstAssign */
- ImplementationDef* somDefaultConstAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultConstAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultVAssign */
- ImplementationDef* somDefaultVAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultVAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somDefaultConstVAssign */
- ImplementationDef* somDefaultConstVAssign(somAssignCtrl* ctrl,
- SOMObject* fromObj)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somDefaultConstVAssign)
- (this,ctrl,fromObj);
- }
-
-
- /* method: somInit */
- void somInit()
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somInit)
- (this);
- }
-
-
- /* method: somFree */
- void somFree()
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somFree)
- (this);
- }
-
-
- /* method: somUninit */
- void somUninit()
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somUninit)
- (this);
- }
-
-
- /* method: somGetClass */
- SOMClass* somGetClass()
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somGetClass)
- (this);
- }
-
-
- /* method: somGetClassName */
- string somGetClassName()
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somGetClassName)
- (this);
- }
-
-
- /* method: somGetSize */
- long somGetSize()
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somGetSize)
- (this);
- }
-
-
- /* method: somIsA */
- boolean somIsA(SOMClass* aClassObj)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somIsA)
- (this,aClassObj);
- }
-
-
- /* method: somIsInstanceOf */
- boolean somIsInstanceOf(SOMClass* aClassObj)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somIsInstanceOf)
- (this,aClassObj);
- }
-
-
- /* method: somRespondsTo */
- boolean somRespondsTo(somId mId)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somRespondsTo)
- (this,mId);
- }
-
-
- /* va_list method: somDispatch */
- /* the va_list invocation form */
- boolean ImplementationDef_somDispatch(somToken* retValue,
- somId methodId,
- va_list ap)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somDispatch)
- (this,retValue,methodId,ap);
- }
-
- /* the varargs invocation form */
- boolean somDispatch(somToken* retValue,
- somId methodId,
- ...)
- {
- va_list ap;
- va_start(ap, methodId);
- boolean __somResult =
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDispatch)
- (this,retValue,methodId,ap);
- va_end(ap);
- return __somResult;
- }
-
-
- /* va_list method: somClassDispatch */
- /* the va_list invocation form */
- boolean ImplementationDef_somClassDispatch(SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- va_list ap)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somClassDispatch)
- (this,clsObj,retValue,methodId,ap);
- }
-
- /* the varargs invocation form */
- boolean somClassDispatch(SOMClass* clsObj,
- somToken* retValue,
- somId methodId,
- ...)
- {
- va_list ap;
- va_start(ap, methodId);
- boolean __somResult =
- SOM_ResolveD(this,ImplementationDef,SOMObject,somClassDispatch)
- (this,clsObj,retValue,methodId,ap);
- va_end(ap);
- return __somResult;
- }
-
-
- /* method: somCastObj */
- boolean somCastObj(SOMClass* cls)
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somCastObj)
- (this,cls);
- }
-
-
- /* method: somResetObj */
- boolean somResetObj()
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somResetObj)
- (this);
- }
-
-
- /* method: somPrintSelf */
- SOMObject* somPrintSelf()
- {
- return SOM_ResolveD(this,ImplementationDef,SOMObject,somPrintSelf)
- (this);
- }
-
-
- /* method: somDumpSelf */
- void somDumpSelf(long level)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDumpSelf)
- (this,level);
- }
-
-
- /* method: somDumpSelfInt */
- void somDumpSelfInt(long level)
- {
- SOM_ResolveD(this,ImplementationDef,SOMObject,somDumpSelfInt)
- (this,level);
- }
-
-
-
- }; /* ImplementationDef */
-
-
-
- #endif /* SOM_ImplementationDef_xh */
-