home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
warphead.zip
/
H
/
WPPORT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-09
|
24KB
|
645 lines
/*
* This file was generated by the SOM Compiler.
* FileName: E:\cwpsh\rel\os2c\include\base\os2\wpport.h.
* Generated using:
* SOM Precompiler somipc: 2.29.1.14
* SOM Emitter emith: 2.43
*/
/*
* Module Header
*
* Module Name: WPPORT
*
* OS/2 Presentation Manager Workplace class definitions
*
* Copyright (c) International Business Machines Corporation 1991, 1992
*
*/
#ifndef SOM_WPPort_h
#define SOM_WPPort_h
/*
* Passthru lines: File: "C.h", "before"
*/
/* common context menu ids */
#define WPPOIDM_PORT_REDIRECT 7100
#define WPPOIDM_PORT_INSTALL 8001
#include <som.h>
/*
* -- This emitter normally treats Method Tokens as Thunks,
* -- but the sc modifier "nothunks" was used, so somResolve will be called.
*/
#undef somresolve_
#define somresolve_(obj,mToken) (somResolve(obj,mToken))
/*
* Define the class name as an object type
*/
#ifndef WPPort
#define WPPort SOMObject
#endif
#include <wptrans.h>
/*
* Start of bindings for IDL types
*/
#ifndef SOMClass
#define SOMClass SOMObject
#endif /* SOMClass */
#ifndef WPFolder
#define WPFolder SOMObject
#endif /* WPFolder */
#ifndef M_WPObject
#define M_WPObject SOMObject
#endif /* M_WPObject */
#ifndef WPObject
#define WPObject SOMObject
#endif /* WPObject */
#ifndef WPImageFile
#define WPImageFile SOMObject
#endif /* WPImageFile */
#ifndef M_WPTransient
#define M_WPTransient SOMObject
#endif /* M_WPTransient */
#ifndef M_WPPort
#define M_WPPort SOMObject
#endif /* M_WPPort */
/*
* End of bindings for IDL types.
*/
#define WPPort_MajorVersion 1
#define WPPort_MinorVersion 1
/*
* External name shortening if required
*/
#ifdef SOM_USE_SHORT_EXTERNAL_NAMES
#define WPPortNewClass WPportc
#define WPPortClassData WPportd
#define WPPortCClassData WPportx
#endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
/*
* Include the meta class file
*/
#include <wpport.h>
/*--------------Migration------------*/
#define WPPort_classObj WPPortClassData.classObject
#define _WPPort WPPort_classObj
/*
* Declare the class creation procedure
*/
SOMEXTERN SOMClass * SOMLINK WPPortNewClass(integer4 somtmajorVersion,
integer4 somtminorVersion);
/*
* Declare the class data structure
*/
SOMEXTERN struct WPPortClassDataStructure {
SOMClass *classObject;
somMToken prtGetPortInfo;
somMToken prtSetPortInfo;
somMToken prtSettings;
somMToken prtGetDeviceObject;
somMToken prtSetPortDiscardhwndDlg;
somMToken prtSetPortInstallhwndDlg;
somMToken prtPrintPort;
somMToken prtSetIcon;
somMToken prtChangePort;
somMToken prtGetStatus;
somMToken prtGetComputername;
somMToken prtSetStatus;
somMToken prtGetPDSelf;
somMToken prtSetPDSelf;
somMToken prtSetUlStatus;
somMToken prtGetUlStatus;
somMToken prtGetPortName;
somMToken prtGetPanelList;
somMToken prtIncThreadCnt;
somMToken prtDecThreadCnt;
somMToken prtSetDevicename;
} SOMDLINK WPPortClassData;
/*
* Declare the C specific class data structure
*/
SOMEXTERN struct WPPortCClassDataStructure {
somMethodTabs parentMtab;
somDToken instanceDataToken;
} SOMDLINK WPPortCClassData;
/*
* New and Renew macros for WPPort
*/
#define WPPortNew() \
( _WPPort ? \
_somNew(_WPPort) \
: ( WPPortNewClass(\
WPPort_MajorVersion, \
WPPort_MinorVersion),\
_somNew(_WPPort)))
#define WPPortRenew(buf) \
( _WPPort ? \
_somRenew(_WPPort, buf) \
: ( WPPortNewClass(\
WPPort_MajorVersion, \
WPPort_MinorVersion),\
_somRenew(_WPPort, buf)))
/*
* Override method: wpInitData
*/
#define WPPort_wpInitData(somSelf) \
WPObject_wpInitData(somSelf)
/*
* Override method: wpUnInitData
*/
#define WPPort_wpUnInitData(somSelf) \
WPObject_wpUnInitData(somSelf)
/*
* Override method: wpSetup
*/
#define WPPort_wpSetup(somSelf,pszSetupString) \
WPObject_wpSetup(somSelf,pszSetupString)
/*
* Override method: somDumpSelfInt
*/
#define WPPort_somDumpSelfInt(somSelf,level) \
SOMObject_somDumpSelfInt(somSelf,level)
/*
* Override method: wpQueryTitle
*/
#define WPPort_wpQueryTitle(somSelf) \
WPObject_wpQueryTitle(somSelf)
/*
* Override method: wpQueryIcon
*/
#define WPPort_wpQueryIcon(somSelf) \
WPObject_wpQueryIcon(somSelf)
/*
* Override method: wpFilterPopupMenu
*/
#define WPPort_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect) \
WPObject_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect)
/*
* Override method: wpFree
*/
#define WPPort_wpFree(somSelf) \
WPObject_wpFree(somSelf)
/*
* Override method: wpConfirmDelete
*/
#define WPPort_wpConfirmDelete(somSelf,fConfirmations) \
WPObject_wpConfirmDelete(somSelf,fConfirmations)
/*
* Override method: wpModifyPopupMenu
*/
#define WPPort_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition) \
WPObject_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition)
/*
* Override method: wpMenuItemSelected
*/
#define WPPort_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId) \
WPObject_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId)
/*
* Override method: wpMenuItemHelpSelected
*/
#define WPPort_wpMenuItemHelpSelected(somSelf,MenuId) \
WPObject_wpMenuItemHelpSelected(somSelf,MenuId)
/*
* Override method: wpOpen
*/
#define WPPort_wpOpen(somSelf,hwndCnr,ulView,param) \
WPObject_wpOpen(somSelf,hwndCnr,ulView,param)
/*
* Override method: wpDrop
*/
#define WPPort_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem) \
WPObject_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem)
/*
* Override method: wpDragOver
*/
#define WPPort_wpDragOver(somSelf,hwndCnr,pdrgInfo) \
WPObject_wpDragOver(somSelf,hwndCnr,pdrgInfo)
/*
* Override method: wpCnrSetEmphasis
*/
#define WPPort_wpCnrSetEmphasis(somSelf,ulEmphasisAttr,fTurnOn) \
WPObject_wpCnrSetEmphasis(somSelf,ulEmphasisAttr,fTurnOn)
/*
* Override method: wpQueryDetailsData
*/
#define WPPort_wpQueryDetailsData(somSelf,ppDetailsData,pcp) \
WPObject_wpQueryDetailsData(somSelf,ppDetailsData,pcp)
#ifndef SOM_DONT_USE_INHERITED_MACROS
#define WPPort_wpQueryHandle WPObject_wpQueryHandle
#define WPPort_wpCopyObject WPObject_wpCopyObject
#define WPPort_somDefaultInit SOMObject_somDefaultInit
#define WPPort_somDestruct SOMObject_somDestruct
#define WPPort_wpSaveImmediate WPObject_wpSaveImmediate
#define WPPort_wpIdentify WPObject_wpIdentify
#define WPPort_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
#define WPPort_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
#define WPPort_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
#define WPPort_wpAddSettingsPages WPObject_wpAddSettingsPages
#define WPPort_wpAddToObjUseList WPObject_wpAddToObjUseList
#define WPPort_wpAllocMem WPObject_wpAllocMem
#define WPPort_wpAppendObject WPObject_wpAppendObject
#define WPPort_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
#define WPPort_wpClose WPObject_wpClose
#define WPPort_wpCnrInsertObject WPObject_wpCnrInsertObject
#define WPPort_wpCnrRemoveObject WPObject_wpCnrRemoveObject
#define WPPort_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
#define WPPort_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
#define WPPort_wpCreateAnother WPObject_wpCreateAnother
#define WPPort_wpCreateFromTemplate WPObject_wpCreateFromTemplate
#define WPPort_wpCreateShadowObject WPObject_wpCreateShadowObject
#define WPPort_wpDelete WPObject_wpDelete
#define WPPort_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
#define WPPort_wpDisplayHelp WPObject_wpDisplayHelp
#define WPPort_wpDisplayMenu WPObject_wpDisplayMenu
#define WPPort_wpDoesObjectMatch WPObject_wpDoesObjectMatch
#define WPPort_wpDraggedOverObject WPObject_wpDraggedOverObject
#define WPPort_wpDroppedOnObject WPObject_wpDroppedOnObject
#define WPPort_wpEndConversation WPObject_wpEndConversation
#define WPPort_wpFilterMenu WPObject_wpFilterMenu
#define WPPort_wpFindUseItem WPObject_wpFindUseItem
#define WPPort_wpFormatDragItem WPObject_wpFormatDragItem
#define WPPort_wpFreeMem WPObject_wpFreeMem
#define WPPort_wpHide WPObject_wpHide
#define WPPort_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
#define WPPort_wpInsertMenuItems WPObject_wpInsertMenuItems
#define WPPort_wpInsertSettingsPage WPObject_wpInsertSettingsPage
#define WPPort_wpModifyMenu WPObject_wpModifyMenu
#define WPPort_wpMoveObject WPObject_wpMoveObject
#define WPPort_wpPrintObject WPObject_wpPrintObject
#define WPPort_wpQueryConcurrentView WPObject_wpQueryConcurrentView
#define WPPort_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
#define WPPort_wpQueryConfirmations WPObject_wpQueryConfirmations
#define WPPort_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
#define WPPort_wpQueryDefaultView WPObject_wpQueryDefaultView
#define WPPort_wpQueryError WPObject_wpQueryError
#define WPPort_wpSetFolder WPObject_wpSetFolder
#define WPPort_wpQueryFolder WPObject_wpQueryFolder
#define WPPort_wpQueryIconData WPObject_wpQueryIconData
#define WPPort_wpQueryMinWindow WPObject_wpQueryMinWindow
#define WPPort_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
#define WPPort_wpQueryStyle WPObject_wpQueryStyle
#define WPPort_wpSetTaskRec WPObject_wpSetTaskRec
#define WPPort_wpFindTaskRec WPObject_wpFindTaskRec
#define WPPort_wpRegisterView WPObject_wpRegisterView
#define WPPort_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
#define WPPort_wpRender WPObject_wpRender
#define WPPort_wpRenderComplete WPObject_wpRenderComplete
#define WPPort_wpReplaceObject WPObject_wpReplaceObject
#define WPPort_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
#define WPPort_wpRestore WPObject_wpRestore
#define WPPort_wpRestoreData WPObject_wpRestoreData
#define WPPort_wpRestoreLong WPObject_wpRestoreLong
#define WPPort_wpRestoreState WPObject_wpRestoreState
#define WPPort_wpRestoreString WPObject_wpRestoreString
#define WPPort_wpSaveData WPObject_wpSaveData
#define WPPort_wpSaveDeferred WPObject_wpSaveDeferred
#define WPPort_wpSaveLong WPObject_wpSaveLong
#define WPPort_wpSaveState WPObject_wpSaveState
#define WPPort_wpSaveString WPObject_wpSaveString
#define WPPort_wpScanSetupString WPObject_wpScanSetupString
#define WPPort_wpSetConcurrentView WPObject_wpSetConcurrentView
#define WPPort_wpSetButtonAppearance WPObject_wpSetButtonAppearance
#define WPPort_wpSetDefaultHelp WPObject_wpSetDefaultHelp
#define WPPort_wpSetDefaultView WPObject_wpSetDefaultView
#define WPPort_wpSetError WPObject_wpSetError
#define WPPort_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
#define WPPort_wpSetupOnce WPObject_wpSetupOnce
#define WPPort_wpSetIcon WPObject_wpSetIcon
#define WPPort_wpSetIconData WPObject_wpSetIconData
#define WPPort_wpSetMinWindow WPObject_wpSetMinWindow
#define WPPort_wpModifyStyle WPObject_wpModifyStyle
#define WPPort_wpSetTitle WPObject_wpSetTitle
#define WPPort_wpSwitchTo WPObject_wpSwitchTo
#define WPPort_wpViewObject WPObject_wpViewObject
#define WPPort_wpQueryTrueStyle WPObject_wpQueryTrueStyle
#define WPPort_wpUnlockObject WPObject_wpUnlockObject
#define WPPort_wpObjectReady WPObject_wpObjectReady
#define WPPort_wpIsObjectInitialized WPObject_wpIsObjectInitialized
#define WPPort_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
#define WPPort_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
#define WPPort_wpIsDeleteable WPObject_wpIsDeleteable
#define WPPort_wpQueryCoreRecord WPObject_wpQueryCoreRecord
#define WPPort_wpSetObjectID WPObject_wpSetObjectID
#define WPPort_wpQueryObjectID WPObject_wpQueryObjectID
#define WPPort_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
#define WPPort_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
#define WPPort_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
#define WPPort_wpFindViewItem WPObject_wpFindViewItem
#define WPPort_wpLockObject WPObject_wpLockObject
#define WPPort_wpIsLocked WPObject_wpIsLocked
#define WPPort_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
#define WPPort_wpWaitForClose WPObject_wpWaitForClose
#define WPPort_wpSetMenuStyle WPObject_wpSetMenuStyle
#define WPPort_wpQueryMenuStyle WPObject_wpQueryMenuStyle
#define WPPort_wpSetStyle WPObject_wpSetStyle
#define WPPort_somInit SOMObject_somInit
#define WPPort_somUninit SOMObject_somUninit
#define WPPort_somDefaultCopyInit SOMObject_somDefaultCopyInit
#define WPPort_somDefaultAssign SOMObject_somDefaultAssign
#define WPPort_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
#define WPPort_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
#define WPPort_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
#define WPPort_somDefaultConstAssign SOMObject_somDefaultConstAssign
#define WPPort_somDefaultVAssign SOMObject_somDefaultVAssign
#define WPPort_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
#define WPPort_somFree SOMObject_somFree
#define WPPort_somGetClass SOMObject_somGetClass
#define WPPort_somGetClassName SOMObject_somGetClassName
#define WPPort_somGetSize SOMObject_somGetSize
#define WPPort_somIsA SOMObject_somIsA
#define WPPort_somIsInstanceOf SOMObject_somIsInstanceOf
#define WPPort_somRespondsTo SOMObject_somRespondsTo
#define WPPort_somDispatch SOMObject_somDispatch
#define WPPort_somClassDispatch SOMObject_somClassDispatch
#define WPPort_somCastObj SOMObject_somCastObj
#define WPPort_somResetObj SOMObject_somResetObj
#define WPPort_somDispatchV SOMObject_somDispatchV
#define WPPort_somDispatchL SOMObject_somDispatchL
#define WPPort_somDispatchA SOMObject_somDispatchA
#define WPPort_somDispatchD SOMObject_somDispatchD
#define WPPort_somPrintSelf SOMObject_somPrintSelf
#define WPPort_somDumpSelf SOMObject_somDumpSelf
#endif /* SOM_DONT_USE_INHERITED_MACROS */
#endif /* SOM_WPPort_h */
#ifndef SOM_M_WPPort_h
#define SOM_M_WPPort_h
#include <som.h>
/*
* -- This emitter normally treats Method Tokens as Thunks,
* -- but the sc modifier "nothunks" was used, so somResolve will be called.
*/
#undef somresolve_
#define somresolve_(obj,mToken) (somResolve(obj,mToken))
/*
* Define the class name as an object type
*/
#ifndef M_WPPort
#define M_WPPort SOMObject
#endif
#include <wptrans.h>
/*
* Start of bindings for IDL types
*/
/*
* End of bindings for IDL types.
*/
#define M_WPPort_MajorVersion 1
#define M_WPPort_MinorVersion 1
/*
* External name shortening if required
*/
#ifdef SOM_USE_SHORT_EXTERNAL_NAMES
#define M_WPPortNewClass WPportc
#define M_WPPortClassData WPportd
#define M_WPPortCClassData WPportx
#endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
/*--------------Migration------------*/
#define M_WPPort_classObj M_WPPortClassData.classObject
#define _M_WPPort M_WPPort_classObj
/*
* Declare the class creation procedure
*/
SOMEXTERN SOMClass * SOMLINK M_WPPortNewClass(integer4 somtmajorVersion,
integer4 somtminorVersion);
/*
* Declare the class data structure
*/
SOMEXTERN struct M_WPPortClassDataStructure {
SOMClass *classObject;
} SOMDLINK M_WPPortClassData;
/*
* Declare the C specific class data structure
*/
SOMEXTERN struct M_WPPortCClassDataStructure {
somMethodTabs parentMtab;
somDToken instanceDataToken;
} SOMDLINK M_WPPortCClassData;
/*
* New and Renew macros for M_WPPort
*/
#define M_WPPortNew() \
( _M_WPPort ? \
_somNew(_M_WPPort) \
: ( M_WPPortNewClass(\
M_WPPort_MajorVersion, \
M_WPPort_MinorVersion),\
_somNew(_M_WPPort)))
#define M_WPPortRenew(buf) \
( _M_WPPort ? \
_somRenew(_M_WPPort, buf) \
: ( M_WPPortNewClass(\
M_WPPort_MajorVersion, \
M_WPPort_MinorVersion),\
_somRenew(_M_WPPort, buf)))
/*
* Override method: wpclsQueryTitle
*/
#define M_WPPort_wpclsQueryTitle(somSelf) \
M_WPObject_wpclsQueryTitle(somSelf)
/*
* Override method: wpclsQueryIcon
*/
#define M_WPPort_wpclsQueryIcon(somSelf) \
M_WPObject_wpclsQueryIcon(somSelf)
/*
* Override method: wpclsQueryIconData
*/
#define M_WPPort_wpclsQueryIconData(somSelf,pIconInfo) \
M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
/*
* Override method: wpclsQueryDefaultHelp
*/
#define M_WPPort_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
/*
* Override method: wpclsQueryDefaultView
*/
#define M_WPPort_wpclsQueryDefaultView(somSelf) \
M_WPObject_wpclsQueryDefaultView(somSelf)
/*
* Override method: wpclsQueryStyle
*/
#define M_WPPort_wpclsQueryStyle(somSelf) \
M_WPObject_wpclsQueryStyle(somSelf)
/*
* Override method: wpclsQueryDetailsInfo
*/
#define M_WPPort_wpclsQueryDetailsInfo(somSelf,ppClassFieldInfo,pSize) \
M_WPObject_wpclsQueryDetailsInfo(somSelf,ppClassFieldInfo,pSize)
#ifndef SOM_DONT_USE_INHERITED_MACROS
#define M_WPPort_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
#define M_WPPort_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
#define M_WPPort_wpclsInitData M_WPObject_wpclsInitData
#define M_WPPort_wpclsMakeAwake M_WPObject_wpclsMakeAwake
#define M_WPPort_wpclsNew M_WPObject_wpclsNew
#define M_WPPort_wpclsQueryDetails M_WPObject_wpclsQueryDetails
#define M_WPPort_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
#define M_WPPort_wpclsQueryFolder M_WPObject_wpclsQueryFolder
#define M_WPPort_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
#define M_WPPort_wpclsUnInitData M_WPObject_wpclsUnInitData
#define M_WPPort_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
#define M_WPPort_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
#define M_WPPort_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
#define M_WPPort_wpclsSetError M_WPObject_wpclsSetError
#define M_WPPort_wpclsQueryError M_WPObject_wpclsQueryError
#define M_WPPort_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
#define M_WPPort_wpclsQueryObject M_WPObject_wpclsQueryObject
#define M_WPPort_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
#define M_WPPort_wpclsDecUsage M_WPObject_wpclsDecUsage
#define M_WPPort_wpclsIncUsage M_WPObject_wpclsIncUsage
#define M_WPPort_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
#define M_WPPort_wpclsFindOneObject M_WPObject_wpclsFindOneObject
#define M_WPPort_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
#define M_WPPort_wpclsSetIconData M_WPObject_wpclsSetIconData
#define M_WPPort_wpclsSetIcon M_WPObject_wpclsSetIcon
#define M_WPPort_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
#define M_WPPort_somUninit SOMObject_somUninit
#define M_WPPort_somClassReady SOMClass_somClassReady
#define M_WPPort_somNew SOMClass_somNew
#define M_WPPort_somRenew SOMClass_somRenew
#define M_WPPort__get_somDataAlignment SOMClass__get_somDataAlignment
#define M_WPPort__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
#define M_WPPort__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
#define M_WPPort__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
#define M_WPPort_somNewNoInit SOMClass_somNewNoInit
#define M_WPPort_somRenewNoInit SOMClass_somRenewNoInit
#define M_WPPort_somRenewNoZero SOMClass_somRenewNoZero
#define M_WPPort_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
#define M_WPPort_somAllocate SOMClass_somAllocate
#define M_WPPort_somDeallocate SOMClass_somDeallocate
#define M_WPPort__get_somClassAllocate SOMClass__get_somClassAllocate
#define M_WPPort__get_somClassDeallocate SOMClass__get_somClassDeallocate
#define M_WPPort_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
#define M_WPPort_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
#define M_WPPort_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
#define M_WPPort_somInitClass SOMClass_somInitClass
#define M_WPPort_somInitMIClass SOMClass_somInitMIClass
#define M_WPPort_somAddStaticMethod SOMClass_somAddStaticMethod
#define M_WPPort_somAddDynamicMethod SOMClass_somAddDynamicMethod
#define M_WPPort_somOverrideSMethod SOMClass_somOverrideSMethod
#define M_WPPort_somGetApplyStub SOMClass_somGetApplyStub
#define M_WPPort_somGetClassData SOMClass_somGetClassData
#define M_WPPort_somSetClassData SOMClass_somSetClassData
#define M_WPPort_somGetClassMtab SOMClass_somGetClassMtab
#define M_WPPort_somGetInstanceOffset SOMClass_somGetInstanceOffset
#define M_WPPort_somGetInstancePartSize SOMClass_somGetInstancePartSize
#define M_WPPort_somGetInstanceSize SOMClass_somGetInstanceSize
#define M_WPPort_somGetInstanceToken SOMClass_somGetInstanceToken
#define M_WPPort_somGetMemberToken SOMClass_somGetMemberToken
#define M_WPPort_somGetMethodData SOMClass_somGetMethodData
#define M_WPPort_somGetRdStub SOMClass_somGetRdStub
#define M_WPPort_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
#define M_WPPort_somGetMethodIndex SOMClass_somGetMethodIndex
#define M_WPPort_somGetMethodToken SOMClass_somGetMethodToken
#define M_WPPort_somGetName SOMClass_somGetName
#define M_WPPort_somGetNthMethodData SOMClass_somGetNthMethodData
#define M_WPPort_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
#define M_WPPort_somGetNumMethods SOMClass_somGetNumMethods
#define M_WPPort_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
#define M_WPPort_somGetParent SOMClass_somGetParent
#define M_WPPort_somGetParents SOMClass_somGetParents
#define M_WPPort_somGetPClsMtab SOMClass_somGetPClsMtab
#define M_WPPort_somGetPClsMtabs SOMClass_somGetPClsMtabs
#define M_WPPort_somGetVersionNumbers SOMClass_somGetVersionNumbers
#define M_WPPort_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
#define M_WPPort_somFindMethod SOMClass_somFindMethod
#define M_WPPort_somFindMethodOk SOMClass_somFindMethodOk
#define M_WPPort_somFindSMethod SOMClass_somFindSMethod
#define M_WPPort_somFindSMethodOk SOMClass_somFindSMethodOk
#define M_WPPort_somLookupMethod SOMClass_somLookupMethod
#define M_WPPort_somCheckVersion SOMClass_somCheckVersion
#define M_WPPort_somDescendedFrom SOMClass_somDescendedFrom
#define M_WPPort_somSupportsMethod SOMClass_somSupportsMethod
#define M_WPPort_somDefinedMethod SOMClass_somDefinedMethod
#define M_WPPort_somOverrideMtab SOMClass_somOverrideMtab
#define M_WPPort_somDefaultInit SOMObject_somDefaultInit
#define M_WPPort_somDestruct SOMObject_somDestruct
#define M_WPPort_somDefaultCopyInit SOMObject_somDefaultCopyInit
#define M_WPPort_somDefaultAssign SOMObject_somDefaultAssign
#define M_WPPort_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
#define M_WPPort_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
#define M_WPPort_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
#define M_WPPort_somDefaultConstAssign SOMObject_somDefaultConstAssign
#define M_WPPort_somDefaultVAssign SOMObject_somDefaultVAssign
#define M_WPPort_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
#define M_WPPort_somInit SOMObject_somInit
#define M_WPPort_somFree SOMObject_somFree
#define M_WPPort_somGetClass SOMObject_somGetClass
#define M_WPPort_somGetClassName SOMObject_somGetClassName
#define M_WPPort_somGetSize SOMObject_somGetSize
#define M_WPPort_somIsA SOMObject_somIsA
#define M_WPPort_somIsInstanceOf SOMObject_somIsInstanceOf
#define M_WPPort_somRespondsTo SOMObject_somRespondsTo
#define M_WPPort_somDispatch SOMObject_somDispatch
#define M_WPPort_somClassDispatch SOMObject_somClassDispatch
#define M_WPPort_somCastObj SOMObject_somCastObj
#define M_WPPort_somResetObj SOMObject_somResetObj
#define M_WPPort_somDispatchV SOMObject_somDispatchV
#define M_WPPort_somDispatchL SOMObject_somDispatchL
#define M_WPPort_somDispatchA SOMObject_somDispatchA
#define M_WPPort_somDispatchD SOMObject_somDispatchD
#define M_WPPort_somPrintSelf SOMObject_somPrintSelf
#define M_WPPort_somDumpSelf SOMObject_somDumpSelf
#define M_WPPort_somDumpSelfInt SOMObject_somDumpSelfInt
#endif /* SOM_DONT_USE_INHERITED_MACROS */
#endif /* SOM_M_WPPort_h */