home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / include / os2 / wpport.h < prev    next >
C/C++ Source or Header  |  1997-04-02  |  24KB  |  630 lines

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: ..\..\ibmh\wpport.h.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.29.1.14
  7.  *     SOM Emitter emith: 2.43
  8.  */
  9.  
  10. /*
  11.  *   Module Header
  12.  * 
  13.  *   Module Name: WPPORT
  14.  * 
  15.  *   OS/2 Presentation Manager Workplace class definitions
  16.  * 
  17.  *   Copyright (c) International Business Machines Corporation 1991, 1992
  18.  * 
  19.  */
  20.  
  21.  
  22. #ifndef SOM_WPPort_h
  23. #define SOM_WPPort_h
  24.  
  25.  
  26. /*
  27.  * Passthru lines: File: "C.h", "before"
  28.  */
  29.  
  30. /* common context menu ids */
  31. #define WPPOIDM_PORT_REDIRECT       7100
  32. #define WPPOIDM_PORT_INSTALL        8001
  33.  
  34.  
  35. #include <som.h>
  36.  
  37. /*
  38.  * -- This emitter treats Method Tokens as Thunks by default.
  39.  * -- Use the sc modifier "nothunks" to change this default
  40.  */
  41. #undef somresolve_
  42. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  43.  
  44. /*
  45.  * Define the class name as an object type
  46.  */
  47. #ifndef WPPort
  48. #define WPPort SOMObject
  49. #endif
  50. #include <wptrans.h>
  51.  
  52. /*
  53.  * Start of bindings for IDL types
  54.  */
  55.  
  56. #ifndef SOMClass
  57.     #define SOMClass SOMObject
  58. #endif /* SOMClass */
  59. #ifndef WPFolder
  60.     #define WPFolder SOMObject
  61. #endif /* WPFolder */
  62. #ifndef M_WPObject
  63.     #define M_WPObject SOMObject
  64. #endif /* M_WPObject */
  65. #ifndef WPObject
  66.     #define WPObject SOMObject
  67. #endif /* WPObject */
  68. #ifndef M_WPTransient
  69.     #define M_WPTransient SOMObject
  70. #endif /* M_WPTransient */
  71. #ifndef M_WPPort
  72.     #define M_WPPort SOMObject
  73. #endif /* M_WPPort */
  74.  
  75. /*
  76.  * End of bindings for IDL types.
  77.  */
  78.  
  79. #define WPPort_MajorVersion 1
  80. #define WPPort_MinorVersion 1
  81.  
  82. /*
  83.  * External name shortening if required
  84.  */
  85. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  86. #define WPPortNewClass WPportc
  87. #pragma linkage(WPportc, system)
  88. #define WPPortClassData WPportd
  89. #define WPPortCClassData WPportx
  90. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  91.  
  92. /*
  93.  * Include the meta class file
  94.  */
  95. #include <wpport.h>
  96. /*--------------Migration------------*/
  97. #define WPPort_classObj WPPortClassData.classObject
  98. #define _WPPort WPPort_classObj
  99.  
  100. /*
  101.  * Declare the class creation procedure
  102.  */
  103. SOMEXTERN SOMClass * SOMLINK WPPortNewClass(integer4 somtmajorVersion,
  104.         integer4 somtminorVersion);
  105. #pragma linkage(WPPortNewClass, system)
  106.  
  107. /*
  108.  * Declare the class data structure
  109.  */
  110. SOMEXTERN struct WPPortClassDataStructure {
  111.     SOMClass *classObject;
  112.     somMToken prtGetPortInfo;
  113.     somMToken prtSetPortInfo;
  114.     somMToken prtSettings;
  115.     somMToken prtGetDeviceObject;
  116.     somMToken prtSetPortDiscardhwndDlg;
  117.     somMToken prtSetPortInstallhwndDlg;
  118.     somMToken prtPrintPort;
  119.     somMToken prtSetIcon;
  120.     somMToken prtChangePort;
  121.     somMToken prtGetStatus;
  122.     somMToken prtGetComputername;
  123.     somMToken prtSetStatus;
  124.     somMToken prtGetPDSelf;
  125.     somMToken prtSetPDSelf;
  126.     somMToken prtSetUlStatus;
  127.     somMToken prtGetUlStatus;
  128.     somMToken prtGetPortName;
  129.     somMToken prtGetPanelList;
  130.     somMToken prtIncThreadCnt;
  131.     somMToken prtDecThreadCnt;
  132. } SOMDLINK WPPortClassData;
  133.  
  134. /*
  135.  * Declare the C specific class data structure
  136.  */
  137. SOMEXTERN struct WPPortCClassDataStructure {
  138.     somMethodTabs parentMtab;
  139.     somDToken instanceDataToken;
  140. } SOMDLINK WPPortCClassData;
  141.  
  142. /*
  143.  * New and Renew macros for WPPort
  144.  */
  145. #define WPPortNew() \
  146.    ( _WPPort ? \
  147.     _somNew(_WPPort) \
  148.     : ( WPPortNewClass(\
  149.         WPPort_MajorVersion, \
  150.         WPPort_MinorVersion),\
  151.        _somNew(_WPPort)))
  152. #define WPPortRenew(buf) \
  153.    ( _WPPort ? \
  154.     _somRenew(_WPPort, buf) \
  155.     : ( WPPortNewClass(\
  156.         WPPort_MajorVersion, \
  157.         WPPort_MinorVersion),\
  158.        _somRenew(_WPPort, buf)))
  159.  
  160. /*
  161.  * Override method: wpInitData
  162.  */
  163. #define WPPort_wpInitData(somSelf) \
  164.     WPObject_wpInitData(somSelf)
  165.  
  166. /*
  167.  * Override method: wpUnInitData
  168.  */
  169. #define WPPort_wpUnInitData(somSelf) \
  170.     WPObject_wpUnInitData(somSelf)
  171.  
  172. /*
  173.  * Override method: somDumpSelfInt
  174.  */
  175. #define WPPort_somDumpSelfInt(somSelf,level) \
  176.     SOMObject_somDumpSelfInt(somSelf,level)
  177.  
  178. /*
  179.  * Override method: wpQueryTitle
  180.  */
  181. #define WPPort_wpQueryTitle(somSelf) \
  182.     WPObject_wpQueryTitle(somSelf)
  183.  
  184. /*
  185.  * Override method: wpQueryIcon
  186.  */
  187. #define WPPort_wpQueryIcon(somSelf) \
  188.     WPObject_wpQueryIcon(somSelf)
  189.  
  190. /*
  191.  * Override method: wpFilterPopupMenu
  192.  */
  193. #define WPPort_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect) \
  194.     WPObject_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect)
  195.  
  196. /*
  197.  * Override method: wpFree
  198.  */
  199. #define WPPort_wpFree(somSelf) \
  200.     WPObject_wpFree(somSelf)
  201.  
  202. /*
  203.  * Override method: wpModifyPopupMenu
  204.  */
  205. #define WPPort_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition) \
  206.     WPObject_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition)
  207.  
  208. /*
  209.  * Override method: wpMenuItemSelected
  210.  */
  211. #define WPPort_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId) \
  212.     WPObject_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId)
  213.  
  214. /*
  215.  * Override method: wpMenuItemHelpSelected
  216.  */
  217. #define WPPort_wpMenuItemHelpSelected(somSelf,MenuId) \
  218.     WPObject_wpMenuItemHelpSelected(somSelf,MenuId)
  219.  
  220. /*
  221.  * Override method: wpOpen
  222.  */
  223. #define WPPort_wpOpen(somSelf,hwndCnr,ulView,param) \
  224.     WPObject_wpOpen(somSelf,hwndCnr,ulView,param)
  225.  
  226. /*
  227.  * Override method: wpDrop
  228.  */
  229. #define WPPort_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem) \
  230.     WPObject_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem)
  231.  
  232. /*
  233.  * Override method: wpDragOver
  234.  */
  235. #define WPPort_wpDragOver(somSelf,hwndCnr,pdrgInfo) \
  236.     WPObject_wpDragOver(somSelf,hwndCnr,pdrgInfo)
  237.  
  238. /*
  239.  * Override method: wpCnrSetEmphasis
  240.  */
  241. #define WPPort_wpCnrSetEmphasis(somSelf,ulEmphasisAttr,fTurnOn) \
  242.     WPObject_wpCnrSetEmphasis(somSelf,ulEmphasisAttr,fTurnOn)
  243.  
  244. /*
  245.  * Override method: wpQueryDetailsData
  246.  */
  247. #define WPPort_wpQueryDetailsData(somSelf,ppDetailsData,pcp) \
  248.     WPObject_wpQueryDetailsData(somSelf,ppDetailsData,pcp)
  249. #ifndef SOM_DONT_USE_INHERITED_MACROS
  250. #define WPPort_wpQueryHandle WPObject_wpQueryHandle
  251. #define WPPort_wpCopyObject WPObject_wpCopyObject
  252. #define WPPort_somDefaultInit SOMObject_somDefaultInit
  253. #define WPPort_somDestruct SOMObject_somDestruct
  254. #define WPPort_wpSaveImmediate WPObject_wpSaveImmediate
  255. #define WPPort_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
  256. #define WPPort_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
  257. #define WPPort_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
  258. #define WPPort_wpAddSettingsPages WPObject_wpAddSettingsPages
  259. #define WPPort_wpAddToObjUseList WPObject_wpAddToObjUseList
  260. #define WPPort_wpAllocMem WPObject_wpAllocMem
  261. #define WPPort_wpAppendObject WPObject_wpAppendObject
  262. #define WPPort_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
  263. #define WPPort_wpClose WPObject_wpClose
  264. #define WPPort_wpCnrInsertObject WPObject_wpCnrInsertObject
  265. #define WPPort_wpCnrRemoveObject WPObject_wpCnrRemoveObject
  266. #define WPPort_wpConfirmDelete WPObject_wpConfirmDelete
  267. #define WPPort_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
  268. #define WPPort_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
  269. #define WPPort_wpCreateAnother WPObject_wpCreateAnother
  270. #define WPPort_wpCreateFromTemplate WPObject_wpCreateFromTemplate
  271. #define WPPort_wpCreateShadowObject WPObject_wpCreateShadowObject
  272. #define WPPort_wpDelete WPObject_wpDelete
  273. #define WPPort_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
  274. #define WPPort_wpDisplayHelp WPObject_wpDisplayHelp
  275. #define WPPort_wpDisplayMenu WPObject_wpDisplayMenu
  276. #define WPPort_wpDoesObjectMatch WPObject_wpDoesObjectMatch
  277. #define WPPort_wpDraggedOverObject WPObject_wpDraggedOverObject
  278. #define WPPort_wpDroppedOnObject WPObject_wpDroppedOnObject
  279. #define WPPort_wpEndConversation WPObject_wpEndConversation
  280. #define WPPort_wpFindUseItem WPObject_wpFindUseItem
  281. #define WPPort_wpFormatDragItem WPObject_wpFormatDragItem
  282. #define WPPort_wpFreeMem WPObject_wpFreeMem
  283. #define WPPort_wpHide WPObject_wpHide
  284. #define WPPort_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
  285. #define WPPort_wpInsertSettingsPage WPObject_wpInsertSettingsPage
  286. #define WPPort_wpMoveObject WPObject_wpMoveObject
  287. #define WPPort_wpPrintObject WPObject_wpPrintObject
  288. #define WPPort_wpQueryConcurrentView WPObject_wpQueryConcurrentView
  289. #define WPPort_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
  290. #define WPPort_wpQueryConfirmations WPObject_wpQueryConfirmations
  291. #define WPPort_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
  292. #define WPPort_wpQueryDefaultView WPObject_wpQueryDefaultView
  293. #define WPPort_wpQueryError WPObject_wpQueryError
  294. #define WPPort_wpSetFolder WPObject_wpSetFolder
  295. #define WPPort_wpQueryFolder WPObject_wpQueryFolder
  296. #define WPPort_wpQueryIconData WPObject_wpQueryIconData
  297. #define WPPort_wpQueryMinWindow WPObject_wpQueryMinWindow
  298. #define WPPort_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
  299. #define WPPort_wpQueryStyle WPObject_wpQueryStyle
  300. #define WPPort_wpSetTaskRec WPObject_wpSetTaskRec
  301. #define WPPort_wpFindTaskRec WPObject_wpFindTaskRec
  302. #define WPPort_wpRegisterView WPObject_wpRegisterView
  303. #define WPPort_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
  304. #define WPPort_wpRender WPObject_wpRender
  305. #define WPPort_wpRenderComplete WPObject_wpRenderComplete
  306. #define WPPort_wpReplaceObject WPObject_wpReplaceObject
  307. #define WPPort_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
  308. #define WPPort_wpRestore WPObject_wpRestore
  309. #define WPPort_wpRestoreData WPObject_wpRestoreData
  310. #define WPPort_wpRestoreLong WPObject_wpRestoreLong
  311. #define WPPort_wpRestoreState WPObject_wpRestoreState
  312. #define WPPort_wpRestoreString WPObject_wpRestoreString
  313. #define WPPort_wpSaveData WPObject_wpSaveData
  314. #define WPPort_wpSaveDeferred WPObject_wpSaveDeferred
  315. #define WPPort_wpSaveLong WPObject_wpSaveLong
  316. #define WPPort_wpSaveState WPObject_wpSaveState
  317. #define WPPort_wpSaveString WPObject_wpSaveString
  318. #define WPPort_wpScanSetupString WPObject_wpScanSetupString
  319. #define WPPort_wpSetConcurrentView WPObject_wpSetConcurrentView
  320. #define WPPort_wpSetButtonAppearance WPObject_wpSetButtonAppearance
  321. #define WPPort_wpSetDefaultHelp WPObject_wpSetDefaultHelp
  322. #define WPPort_wpSetDefaultView WPObject_wpSetDefaultView
  323. #define WPPort_wpSetError WPObject_wpSetError
  324. #define WPPort_wpSetIconHandle WPObject_wpSetIconHandle
  325. #define WPPort_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
  326. #define WPPort_wpSetupOnce WPObject_wpSetupOnce
  327. #define WPPort_wpSetIcon WPObject_wpSetIcon
  328. #define WPPort_wpSetIconData WPObject_wpSetIconData
  329. #define WPPort_wpSetMinWindow WPObject_wpSetMinWindow
  330. #define WPPort_wpSetStyle WPObject_wpSetStyle
  331. #define WPPort_wpModifyStyle WPObject_wpModifyStyle
  332. #define WPPort_wpSetTitle WPObject_wpSetTitle
  333. #define WPPort_wpSetup WPObject_wpSetup
  334. #define WPPort_wpSwitchTo WPObject_wpSwitchTo
  335. #define WPPort_wpViewObject WPObject_wpViewObject
  336. #define WPPort_wpQueryTrueStyle WPObject_wpQueryTrueStyle
  337. #define WPPort_wpUnlockObject WPObject_wpUnlockObject
  338. #define WPPort_wpObjectReady WPObject_wpObjectReady
  339. #define WPPort_wpIsObjectInitialized WPObject_wpIsObjectInitialized
  340. #define WPPort_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
  341. #define WPPort_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
  342. #define WPPort_wpIsDeleteable WPObject_wpIsDeleteable
  343. #define WPPort_wpQueryCoreRecord WPObject_wpQueryCoreRecord
  344. #define WPPort_wpSetObjectID WPObject_wpSetObjectID
  345. #define WPPort_wpQueryObjectID WPObject_wpQueryObjectID
  346. #define WPPort_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
  347. #define WPPort_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
  348. #define WPPort_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
  349. #define WPPort_wpFindViewItem WPObject_wpFindViewItem
  350. #define WPPort_wpLockObject WPObject_wpLockObject
  351. #define WPPort_wpIsLocked WPObject_wpIsLocked
  352. #define WPPort_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
  353. #define WPPort_wpWaitForClose WPObject_wpWaitForClose
  354. #define WPPort_somInit SOMObject_somInit
  355. #define WPPort_somUninit SOMObject_somUninit
  356. #define WPPort_somDefaultCopyInit SOMObject_somDefaultCopyInit
  357. #define WPPort_somDefaultAssign SOMObject_somDefaultAssign
  358. #define WPPort_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  359. #define WPPort_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  360. #define WPPort_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  361. #define WPPort_somDefaultConstAssign SOMObject_somDefaultConstAssign
  362. #define WPPort_somDefaultVAssign SOMObject_somDefaultVAssign
  363. #define WPPort_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  364. #define WPPort_somFree SOMObject_somFree
  365. #define WPPort_somGetClass SOMObject_somGetClass
  366. #define WPPort_somGetClassName SOMObject_somGetClassName
  367. #define WPPort_somGetSize SOMObject_somGetSize
  368. #define WPPort_somIsA SOMObject_somIsA
  369. #define WPPort_somIsInstanceOf SOMObject_somIsInstanceOf
  370. #define WPPort_somRespondsTo SOMObject_somRespondsTo
  371. #define WPPort_somDispatch SOMObject_somDispatch
  372. #define WPPort_somClassDispatch SOMObject_somClassDispatch
  373. #define WPPort_somCastObj SOMObject_somCastObj
  374. #define WPPort_somResetObj SOMObject_somResetObj
  375. #define WPPort_somDispatchV SOMObject_somDispatchV
  376. #define WPPort_somDispatchL SOMObject_somDispatchL
  377. #define WPPort_somDispatchA SOMObject_somDispatchA
  378. #define WPPort_somDispatchD SOMObject_somDispatchD
  379. #define WPPort_somPrintSelf SOMObject_somPrintSelf
  380. #define WPPort_somDumpSelf SOMObject_somDumpSelf
  381. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  382.  
  383. #endif       /* SOM_WPPort_h */
  384.  
  385. #ifndef SOM_M_WPPort_h
  386. #define SOM_M_WPPort_h
  387.  
  388.  
  389. #include <som.h>
  390.  
  391. /*
  392.  * -- This emitter treats Method Tokens as Thunks by default.
  393.  * -- Use the sc modifier "nothunks" to change this default
  394.  */
  395. #undef somresolve_
  396. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  397.  
  398. /*
  399.  * Define the class name as an object type
  400.  */
  401. #ifndef M_WPPort
  402. #define M_WPPort SOMObject
  403. #endif
  404. #include <wptrans.h>
  405.  
  406. /*
  407.  * Start of bindings for IDL types
  408.  */
  409.  
  410.  
  411. /*
  412.  * End of bindings for IDL types.
  413.  */
  414.  
  415. #define M_WPPort_MajorVersion 1
  416. #define M_WPPort_MinorVersion 1
  417.  
  418. /*
  419.  * External name shortening if required
  420.  */
  421. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  422. #define M_WPPortNewClass WPportc
  423. #pragma linkage(WPportc, system)
  424. #define M_WPPortClassData WPportd
  425. #define M_WPPortCClassData WPportx
  426. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  427. /*--------------Migration------------*/
  428. #define M_WPPort_classObj M_WPPortClassData.classObject
  429. #define _M_WPPort M_WPPort_classObj
  430.  
  431. /*
  432.  * Declare the class creation procedure
  433.  */
  434. SOMEXTERN SOMClass * SOMLINK M_WPPortNewClass(integer4 somtmajorVersion,
  435.         integer4 somtminorVersion);
  436. #pragma linkage(M_WPPortNewClass, system)
  437.  
  438. /*
  439.  * Declare the class data structure
  440.  */
  441. SOMEXTERN struct M_WPPortClassDataStructure {
  442.     SOMClass *classObject;
  443. } SOMDLINK M_WPPortClassData;
  444.  
  445. /*
  446.  * Declare the C specific class data structure
  447.  */
  448. SOMEXTERN struct M_WPPortCClassDataStructure {
  449.     somMethodTabs parentMtab;
  450.     somDToken instanceDataToken;
  451. } SOMDLINK M_WPPortCClassData;
  452.  
  453. /*
  454.  * New and Renew macros for M_WPPort
  455.  */
  456. #define M_WPPortNew() \
  457.    ( _M_WPPort ? \
  458.     _somNew(_M_WPPort) \
  459.     : ( M_WPPortNewClass(\
  460.         M_WPPort_MajorVersion, \
  461.         M_WPPort_MinorVersion),\
  462.        _somNew(_M_WPPort)))
  463. #define M_WPPortRenew(buf) \
  464.    ( _M_WPPort ? \
  465.     _somRenew(_M_WPPort, buf) \
  466.     : ( M_WPPortNewClass(\
  467.         M_WPPort_MajorVersion, \
  468.         M_WPPort_MinorVersion),\
  469.        _somRenew(_M_WPPort, buf)))
  470.  
  471. /*
  472.  * Override method: wpclsQueryTitle
  473.  */
  474. #define M_WPPort_wpclsQueryTitle(somSelf) \
  475.     M_WPObject_wpclsQueryTitle(somSelf)
  476.  
  477. /*
  478.  * Override method: wpclsQueryIcon
  479.  */
  480. #define M_WPPort_wpclsQueryIcon(somSelf) \
  481.     M_WPObject_wpclsQueryIcon(somSelf)
  482.  
  483. /*
  484.  * Override method: wpclsQueryIconData
  485.  */
  486. #define M_WPPort_wpclsQueryIconData(somSelf,pIconInfo) \
  487.     M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
  488.  
  489. /*
  490.  * Override method: wpclsQueryDefaultHelp
  491.  */
  492. #define M_WPPort_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
  493.     M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
  494.  
  495. /*
  496.  * Override method: wpclsQueryDefaultView
  497.  */
  498. #define M_WPPort_wpclsQueryDefaultView(somSelf) \
  499.     M_WPObject_wpclsQueryDefaultView(somSelf)
  500.  
  501. /*
  502.  * Override method: wpclsQueryStyle
  503.  */
  504. #define M_WPPort_wpclsQueryStyle(somSelf) \
  505.     M_WPObject_wpclsQueryStyle(somSelf)
  506.  
  507. /*
  508.  * Override method: wpclsQueryDetailsInfo
  509.  */
  510. #define M_WPPort_wpclsQueryDetailsInfo(somSelf,ppClassFieldInfo,pSize) \
  511.     M_WPObject_wpclsQueryDetailsInfo(somSelf,ppClassFieldInfo,pSize)
  512. #ifndef SOM_DONT_USE_INHERITED_MACROS
  513. #define M_WPPort_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
  514. #define M_WPPort_wpclsInitData M_WPObject_wpclsInitData
  515. #define M_WPPort_wpclsMakeAwake M_WPObject_wpclsMakeAwake
  516. #define M_WPPort_wpclsNew M_WPObject_wpclsNew
  517. #define M_WPPort_wpclsQueryDetails M_WPObject_wpclsQueryDetails
  518. #define M_WPPort_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
  519. #define M_WPPort_wpclsQueryFolder M_WPObject_wpclsQueryFolder
  520. #define M_WPPort_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
  521. #define M_WPPort_wpclsUnInitData M_WPObject_wpclsUnInitData
  522. #define M_WPPort_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
  523. #define M_WPPort_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
  524. #define M_WPPort_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
  525. #define M_WPPort_wpclsSetError M_WPObject_wpclsSetError
  526. #define M_WPPort_wpclsQueryError M_WPObject_wpclsQueryError
  527. #define M_WPPort_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
  528. #define M_WPPort_wpclsQueryObject M_WPObject_wpclsQueryObject
  529. #define M_WPPort_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
  530. #define M_WPPort_wpclsDecUsage M_WPObject_wpclsDecUsage
  531. #define M_WPPort_wpclsIncUsage M_WPObject_wpclsIncUsage
  532. #define M_WPPort_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
  533. #define M_WPPort_wpclsFindOneObject M_WPObject_wpclsFindOneObject
  534. #define M_WPPort_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
  535. #define M_WPPort_wpclsSetIconData M_WPObject_wpclsSetIconData
  536. #define M_WPPort_wpclsSetIcon M_WPObject_wpclsSetIcon
  537. #define M_WPPort_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
  538. #define M_WPPort_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
  539. #define M_WPPort_somUninit SOMObject_somUninit
  540. #define M_WPPort_somClassReady SOMClass_somClassReady
  541. #define M_WPPort_somNew SOMClass_somNew
  542. #define M_WPPort_somRenew SOMClass_somRenew
  543. #define M_WPPort__get_somDataAlignment SOMClass__get_somDataAlignment
  544. #define M_WPPort__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
  545. #define M_WPPort__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
  546. #define M_WPPort__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
  547. #define M_WPPort_somNewNoInit SOMClass_somNewNoInit
  548. #define M_WPPort_somRenewNoInit SOMClass_somRenewNoInit
  549. #define M_WPPort_somRenewNoZero SOMClass_somRenewNoZero
  550. #define M_WPPort_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
  551. #define M_WPPort_somAllocate SOMClass_somAllocate
  552. #define M_WPPort_somDeallocate SOMClass_somDeallocate
  553. #define M_WPPort__get_somClassAllocate SOMClass__get_somClassAllocate
  554. #define M_WPPort__get_somClassDeallocate SOMClass__get_somClassDeallocate
  555. #define M_WPPort_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
  556. #define M_WPPort_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
  557. #define M_WPPort_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
  558. #define M_WPPort_somInitClass SOMClass_somInitClass
  559. #define M_WPPort_somInitMIClass SOMClass_somInitMIClass
  560. #define M_WPPort_somAddStaticMethod SOMClass_somAddStaticMethod
  561. #define M_WPPort_somAddDynamicMethod SOMClass_somAddDynamicMethod
  562. #define M_WPPort_somOverrideSMethod SOMClass_somOverrideSMethod
  563. #define M_WPPort_somGetApplyStub SOMClass_somGetApplyStub
  564. #define M_WPPort_somGetClassData SOMClass_somGetClassData
  565. #define M_WPPort_somSetClassData SOMClass_somSetClassData
  566. #define M_WPPort_somGetClassMtab SOMClass_somGetClassMtab
  567. #define M_WPPort_somGetInstanceOffset SOMClass_somGetInstanceOffset
  568. #define M_WPPort_somGetInstancePartSize SOMClass_somGetInstancePartSize
  569. #define M_WPPort_somGetInstanceSize SOMClass_somGetInstanceSize
  570. #define M_WPPort_somGetInstanceToken SOMClass_somGetInstanceToken
  571. #define M_WPPort_somGetMemberToken SOMClass_somGetMemberToken
  572. #define M_WPPort_somGetMethodData SOMClass_somGetMethodData
  573. #define M_WPPort_somGetRdStub SOMClass_somGetRdStub
  574. #define M_WPPort_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
  575. #define M_WPPort_somGetMethodIndex SOMClass_somGetMethodIndex
  576. #define M_WPPort_somGetMethodToken SOMClass_somGetMethodToken
  577. #define M_WPPort_somGetName SOMClass_somGetName
  578. #define M_WPPort_somGetNthMethodData SOMClass_somGetNthMethodData
  579. #define M_WPPort_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
  580. #define M_WPPort_somGetNumMethods SOMClass_somGetNumMethods
  581. #define M_WPPort_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
  582. #define M_WPPort_somGetParent SOMClass_somGetParent
  583. #define M_WPPort_somGetParents SOMClass_somGetParents
  584. #define M_WPPort_somGetPClsMtab SOMClass_somGetPClsMtab
  585. #define M_WPPort_somGetPClsMtabs SOMClass_somGetPClsMtabs
  586. #define M_WPPort_somGetVersionNumbers SOMClass_somGetVersionNumbers
  587. #define M_WPPort_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
  588. #define M_WPPort_somFindMethod SOMClass_somFindMethod
  589. #define M_WPPort_somFindMethodOk SOMClass_somFindMethodOk
  590. #define M_WPPort_somFindSMethod SOMClass_somFindSMethod
  591. #define M_WPPort_somFindSMethodOk SOMClass_somFindSMethodOk
  592. #define M_WPPort_somLookupMethod SOMClass_somLookupMethod
  593. #define M_WPPort_somCheckVersion SOMClass_somCheckVersion
  594. #define M_WPPort_somDescendedFrom SOMClass_somDescendedFrom
  595. #define M_WPPort_somSupportsMethod SOMClass_somSupportsMethod
  596. #define M_WPPort_somDefinedMethod SOMClass_somDefinedMethod
  597. #define M_WPPort_somOverrideMtab SOMClass_somOverrideMtab
  598. #define M_WPPort_somDefaultInit SOMObject_somDefaultInit
  599. #define M_WPPort_somDestruct SOMObject_somDestruct
  600. #define M_WPPort_somDefaultCopyInit SOMObject_somDefaultCopyInit
  601. #define M_WPPort_somDefaultAssign SOMObject_somDefaultAssign
  602. #define M_WPPort_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  603. #define M_WPPort_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  604. #define M_WPPort_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  605. #define M_WPPort_somDefaultConstAssign SOMObject_somDefaultConstAssign
  606. #define M_WPPort_somDefaultVAssign SOMObject_somDefaultVAssign
  607. #define M_WPPort_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  608. #define M_WPPort_somInit SOMObject_somInit
  609. #define M_WPPort_somFree SOMObject_somFree
  610. #define M_WPPort_somGetClass SOMObject_somGetClass
  611. #define M_WPPort_somGetClassName SOMObject_somGetClassName
  612. #define M_WPPort_somGetSize SOMObject_somGetSize
  613. #define M_WPPort_somIsA SOMObject_somIsA
  614. #define M_WPPort_somIsInstanceOf SOMObject_somIsInstanceOf
  615. #define M_WPPort_somRespondsTo SOMObject_somRespondsTo
  616. #define M_WPPort_somDispatch SOMObject_somDispatch
  617. #define M_WPPort_somClassDispatch SOMObject_somClassDispatch
  618. #define M_WPPort_somCastObj SOMObject_somCastObj
  619. #define M_WPPort_somResetObj SOMObject_somResetObj
  620. #define M_WPPort_somDispatchV SOMObject_somDispatchV
  621. #define M_WPPort_somDispatchL SOMObject_somDispatchL
  622. #define M_WPPort_somDispatchA SOMObject_somDispatchA
  623. #define M_WPPort_somDispatchD SOMObject_somDispatchD
  624. #define M_WPPort_somPrintSelf SOMObject_somPrintSelf
  625. #define M_WPPort_somDumpSelf SOMObject_somDumpSelf
  626. #define M_WPPort_somDumpSelfInt SOMObject_somDumpSelfInt
  627. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  628.  
  629. #endif       /* SOM_M_WPPort_h */
  630.