home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / h / wpctry.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-17  |  24.6 KB  |  586 lines

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: wpctry.h.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.2
  7.  *     SOM Emitter emith: 2.7
  8.  */
  9.  
  10. /*
  11.  *   Module Header
  12.  * 
  13.  *   Module Name: WPCTRY
  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_WPCountry_h
  23. #define SOM_WPCountry_h
  24.  
  25.  
  26. #include <som.h>
  27.  
  28. /*
  29.  * -- This emitter treats Method Tokens as Thunks by default
  30.  * -- Use the sc modifier "nothunks" to change this default
  31.  */
  32. #undef somresolve_
  33. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  34.  
  35. /*
  36.  * Define the class name as an object type
  37.  */
  38. #ifndef WPCountry
  39. #define WPCountry SOMObject
  40. #endif
  41. #include <wpabs.h>
  42.  
  43. /*
  44.  * Start of user-defined types:
  45.  */
  46. #ifndef WPFolder
  47.     #define WPFolder SOMObject
  48. #endif /* WPFolder */
  49.  
  50. /*
  51.  * End of user-defined types.
  52.  */
  53.  
  54. #define WPCountry_MajorVersion 1
  55. #define WPCountry_MinorVersion 2
  56.  
  57. /*
  58.  * External name shortening if required
  59.  */
  60. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  61. #define WPCountryNewClass WPcouc
  62. #pragma linkage(WPcouc, system)
  63. #define WPCountryClassData WPcoud
  64. #define WPCountryCClassData WPcoux
  65. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  66.  
  67. /*
  68.  * Include the meta class file
  69.  */
  70. #include <wpctry.h>
  71. /*--------------Migration------------*/
  72. #define WPCountry_classObj WPCountryClassData.classObject
  73. #define _WPCountry WPCountry_classObj
  74.  
  75. /*
  76.  * Declare the class creation procedure
  77.  */
  78. SOMEXTERN SOMClass * SOMLINK WPCountryNewClass(integer4 somtmajorVersion,
  79.         integer4 somtminorVersion);
  80. #pragma linkage(WPCountryNewClass, system)
  81.  
  82. /*
  83.  * Declare the class data structure
  84.  */
  85. SOMEXTERN struct WPCountryClassDataStructure {
  86.     SOMAny *classObject;
  87.     somMToken wpAddCountryTimePage;
  88.     somMToken wpAddCountryDatePage;
  89.     somMToken withdrawn;
  90.     somMToken wpAddCountryPage;
  91.     somMToken wpAddCountryNumbersPage;
  92. } WPCountryClassData;
  93.  
  94. /*
  95.  * Declare the C specific class data structure
  96.  */
  97. SOMEXTERN struct WPCountryCClassDataStructure {
  98.     somMethodTabs parentMtab;
  99.     somDToken instanceDataToken;
  100. } WPCountryCClassData;
  101.  
  102. /*
  103.  * New and Renew macros for WPCountry
  104.  */
  105. #define WPCountryNew() \
  106.     ( WPCountryClassData.classObject \
  107.         ? (_somNew(WPCountryClassData.classObject)) \
  108.         : ( WPCountryNewClass(WPCountry_MajorVersion, WPCountry_MinorVersion), (_somNew(WPCountryClassData.classObject)) ) )
  109. #define WPCountryRenew(buf) \
  110.     ( _somRenew(WPCountryClassData.classObject, buf) )
  111.  
  112. /*
  113.  * Override method: wpAddSettingsPages
  114.  */
  115. #define WPCountry_wpAddSettingsPages(somSelf,hwndNotebook) \
  116.     WPObject_wpAddSettingsPages(somSelf,hwndNotebook)
  117.  
  118. /*
  119.  * Override method: wpAddObjectWindowPage
  120.  */
  121. #define WPCountry_wpAddObjectWindowPage(somSelf,hwndNotebook) \
  122.     WPObject_wpAddObjectWindowPage(somSelf,hwndNotebook)
  123.  
  124. /*
  125.  * Override method: wpFilterPopupMenu
  126.  */
  127. #define WPCountry_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect) \
  128.     WPObject_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect)
  129.  
  130. /*
  131.  * Override method: wpInitData
  132.  */
  133. #define WPCountry_wpInitData(somSelf) \
  134.     WPObject_wpInitData(somSelf)
  135.  
  136. /*
  137.  * New Method: wpAddCountryTimePage
  138.  */
  139. typedef ULONG   SOMLINK somTP_WPCountry_wpAddCountryTimePage(WPCountry *somSelf,
  140.         HWND hwndNotebook);
  141. #pragma linkage(somTP_WPCountry_wpAddCountryTimePage, system)
  142. typedef somTP_WPCountry_wpAddCountryTimePage *somTD_WPCountry_wpAddCountryTimePage;
  143. #define somMD_WPCountry_wpAddCountryTimePage "::WPCountry::wpAddCountryTimePage"
  144. #define WPCountry_wpAddCountryTimePage(somSelf,hwndNotebook) \
  145.     (SOM_Resolve(somSelf, WPCountry, wpAddCountryTimePage) \
  146.     (somSelf,hwndNotebook))
  147. #ifndef SOMGD_wpAddCountryTimePage
  148.     #if (defined(_wpAddCountryTimePage) || defined(__wpAddCountryTimePage))
  149.         #undef _wpAddCountryTimePage
  150.         #undef __wpAddCountryTimePage
  151.         #define SOMGD_wpAddCountryTimePage 1
  152.     #else
  153.         #define _wpAddCountryTimePage WPCountry_wpAddCountryTimePage
  154.     #endif /* _wpAddCountryTimePage */
  155. #endif /* SOMGD_wpAddCountryTimePage */
  156.  
  157. /*
  158.  * New Method: wpAddCountryDatePage
  159.  */
  160. typedef ULONG   SOMLINK somTP_WPCountry_wpAddCountryDatePage(WPCountry *somSelf,
  161.         HWND hwndNotebook);
  162. #pragma linkage(somTP_WPCountry_wpAddCountryDatePage, system)
  163. typedef somTP_WPCountry_wpAddCountryDatePage *somTD_WPCountry_wpAddCountryDatePage;
  164. #define somMD_WPCountry_wpAddCountryDatePage "::WPCountry::wpAddCountryDatePage"
  165. #define WPCountry_wpAddCountryDatePage(somSelf,hwndNotebook) \
  166.     (SOM_Resolve(somSelf, WPCountry, wpAddCountryDatePage) \
  167.     (somSelf,hwndNotebook))
  168. #ifndef SOMGD_wpAddCountryDatePage
  169.     #if (defined(_wpAddCountryDatePage) || defined(__wpAddCountryDatePage))
  170.         #undef _wpAddCountryDatePage
  171.         #undef __wpAddCountryDatePage
  172.         #define SOMGD_wpAddCountryDatePage 1
  173.     #else
  174.         #define _wpAddCountryDatePage WPCountry_wpAddCountryDatePage
  175.     #endif /* _wpAddCountryDatePage */
  176. #endif /* SOMGD_wpAddCountryDatePage */
  177.  
  178. /*
  179.  * New Method: wpAddCountryNumbersPage
  180.  */
  181. typedef ULONG   SOMLINK somTP_WPCountry_wpAddCountryNumbersPage(WPCountry *somSelf,
  182.         HWND hwndNotebook);
  183. #pragma linkage(somTP_WPCountry_wpAddCountryNumbersPage, system)
  184. typedef somTP_WPCountry_wpAddCountryNumbersPage *somTD_WPCountry_wpAddCountryNumbersPage;
  185. #define somMD_WPCountry_wpAddCountryNumbersPage "::WPCountry::wpAddCountryNumbersPage"
  186. #define WPCountry_wpAddCountryNumbersPage(somSelf,hwndNotebook) \
  187.     (SOM_Resolve(somSelf, WPCountry, wpAddCountryNumbersPage) \
  188.     (somSelf,hwndNotebook))
  189. #ifndef SOMGD_wpAddCountryNumbersPage
  190.     #if (defined(_wpAddCountryNumbersPage) || defined(__wpAddCountryNumbersPage))
  191.         #undef _wpAddCountryNumbersPage
  192.         #undef __wpAddCountryNumbersPage
  193.         #define SOMGD_wpAddCountryNumbersPage 1
  194.     #else
  195.         #define _wpAddCountryNumbersPage WPCountry_wpAddCountryNumbersPage
  196.     #endif /* _wpAddCountryNumbersPage */
  197. #endif /* SOMGD_wpAddCountryNumbersPage */
  198.  
  199. /*
  200.  * New Method: wpAddCountryPage
  201.  */
  202. typedef ULONG   SOMLINK somTP_WPCountry_wpAddCountryPage(WPCountry *somSelf,
  203.         HWND hwndNotebook);
  204. #pragma linkage(somTP_WPCountry_wpAddCountryPage, system)
  205. typedef somTP_WPCountry_wpAddCountryPage *somTD_WPCountry_wpAddCountryPage;
  206. #define somMD_WPCountry_wpAddCountryPage "::WPCountry::wpAddCountryPage"
  207. #define WPCountry_wpAddCountryPage(somSelf,hwndNotebook) \
  208.     (SOM_Resolve(somSelf, WPCountry, wpAddCountryPage) \
  209.     (somSelf,hwndNotebook))
  210. #ifndef SOMGD_wpAddCountryPage
  211.     #if (defined(_wpAddCountryPage) || defined(__wpAddCountryPage))
  212.         #undef _wpAddCountryPage
  213.         #undef __wpAddCountryPage
  214.         #define SOMGD_wpAddCountryPage 1
  215.     #else
  216.         #define _wpAddCountryPage WPCountry_wpAddCountryPage
  217.     #endif /* _wpAddCountryPage */
  218. #endif /* SOMGD_wpAddCountryPage */
  219. #ifndef SOM_DONT_USE_INHERITED_MACROS
  220. #define WPCountry_wpQueryHandle WPObject_wpQueryHandle
  221. #define WPCountry_wpSaveImmediate WPObject_wpSaveImmediate
  222. #define WPCountry_wpSaveState WPObject_wpSaveState
  223. #define WPCountry_wpRestoreState WPObject_wpRestoreState
  224. #define WPCountry_wpSetTitle WPObject_wpSetTitle
  225. #define WPCountry_wpCopyObject WPObject_wpCopyObject
  226. #define WPCountry_wpMoveObject WPObject_wpMoveObject
  227. #define WPCountry_wpQueryIconData WPObject_wpQueryIconData
  228. #define WPCountry_wpSetIconData WPObject_wpSetIconData
  229. #define WPCountry_wpDragOver WPObject_wpDragOver
  230. #define WPCountry_wpReplaceObject WPObject_wpReplaceObject
  231. #define WPCountry_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
  232. #define WPCountry_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
  233. #define WPCountry_wpAddToObjUseList WPObject_wpAddToObjUseList
  234. #define WPCountry_wpAllocMem WPObject_wpAllocMem
  235. #define WPCountry_wpAppendObject WPObject_wpAppendObject
  236. #define WPCountry_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
  237. #define WPCountry_wpClose WPObject_wpClose
  238. #define WPCountry_wpCnrInsertObject WPObject_wpCnrInsertObject
  239. #define WPCountry_wpCnrRemoveObject WPObject_wpCnrRemoveObject
  240. #define WPCountry_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
  241. #define WPCountry_wpConfirmDelete WPObject_wpConfirmDelete
  242. #define WPCountry_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
  243. #define WPCountry_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
  244. #define WPCountry_wpCopyObject WPObject_wpCopyObject
  245. #define WPCountry_wpCreateAnother WPObject_wpCreateAnother
  246. #define WPCountry_wpCreateFromTemplate WPObject_wpCreateFromTemplate
  247. #define WPCountry_wpCreateShadowObject WPObject_wpCreateShadowObject
  248. #define WPCountry_wpDelete WPObject_wpDelete
  249. #define WPCountry_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
  250. #define WPCountry_wpDisplayHelp WPObject_wpDisplayHelp
  251. #define WPCountry_wpDoesObjectMatch WPObject_wpDoesObjectMatch
  252. #define WPCountry_wpDraggedOverObject WPObject_wpDraggedOverObject
  253. #define WPCountry_wpDragOver WPObject_wpDragOver
  254. #define WPCountry_wpDrop WPObject_wpDrop
  255. #define WPCountry_wpDroppedOnObject WPObject_wpDroppedOnObject
  256. #define WPCountry_wpEndConversation WPObject_wpEndConversation
  257. #define WPCountry_wpFindUseItem WPObject_wpFindUseItem
  258. #define WPCountry_wpFormatDragItem WPObject_wpFormatDragItem
  259. #define WPCountry_wpFree WPObject_wpFree
  260. #define WPCountry_wpFreeMem WPObject_wpFreeMem
  261. #define WPCountry_wpHide WPObject_wpHide
  262. #define WPCountry_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
  263. #define WPCountry_wpInsertSettingsPage WPObject_wpInsertSettingsPage
  264. #define WPCountry_wpMenuItemHelpSelected WPObject_wpMenuItemHelpSelected
  265. #define WPCountry_wpMenuItemSelected WPObject_wpMenuItemSelected
  266. #define WPCountry_wpModifyPopupMenu WPObject_wpModifyPopupMenu
  267. #define WPCountry_wpMoveObject WPObject_wpMoveObject
  268. #define WPCountry_wpOpen WPObject_wpOpen
  269. #define WPCountry_wpPrintObject WPObject_wpPrintObject
  270. #define WPCountry_wpQueryConcurrentView WPObject_wpQueryConcurrentView
  271. #define WPCountry_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
  272. #define WPCountry_wpQueryConfirmations WPObject_wpQueryConfirmations
  273. #define WPCountry_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
  274. #define WPCountry_wpQueryDefaultView WPObject_wpQueryDefaultView
  275. #define WPCountry_wpQueryDetailsData WPObject_wpQueryDetailsData
  276. #define WPCountry_wpQueryError WPObject_wpQueryError
  277. #define WPCountry_wpQueryIcon WPObject_wpQueryIcon
  278. #define WPCountry_wpQueryIconData WPObject_wpQueryIconData
  279. #define WPCountry_wpQueryMinWindow WPObject_wpQueryMinWindow
  280. #define WPCountry_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
  281. #define WPCountry_wpQueryStyle WPObject_wpQueryStyle
  282. #define WPCountry_wpSetTaskRec WPObject_wpSetTaskRec
  283. #define WPCountry_wpFindTaskRec WPObject_wpFindTaskRec
  284. #define WPCountry_wpQueryTitle WPObject_wpQueryTitle
  285. #define WPCountry_wpRegisterView WPObject_wpRegisterView
  286. #define WPCountry_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
  287. #define WPCountry_wpRender WPObject_wpRender
  288. #define WPCountry_wpRenderComplete WPObject_wpRenderComplete
  289. #define WPCountry_wpReplaceObject WPObject_wpReplaceObject
  290. #define WPCountry_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
  291. #define WPCountry_wpRestore WPObject_wpRestore
  292. #define WPCountry_wpRestoreData WPObject_wpRestoreData
  293. #define WPCountry_wpRestoreLong WPObject_wpRestoreLong
  294. #define WPCountry_wpRestoreState WPObject_wpRestoreState
  295. #define WPCountry_wpRestoreString WPObject_wpRestoreString
  296. #define WPCountry_wpSaveData WPObject_wpSaveData
  297. #define WPCountry_wpSaveImmediate WPObject_wpSaveImmediate
  298. #define WPCountry_wpSaveDeferred WPObject_wpSaveDeferred
  299. #define WPCountry_wpSaveLong WPObject_wpSaveLong
  300. #define WPCountry_wpSaveState WPObject_wpSaveState
  301. #define WPCountry_wpSaveString WPObject_wpSaveString
  302. #define WPCountry_wpScanSetupString WPObject_wpScanSetupString
  303. #define WPCountry_wpSetConcurrentView WPObject_wpSetConcurrentView
  304. #define WPCountry_wpSetButtonAppearance WPObject_wpSetButtonAppearance
  305. #define WPCountry_wpSetDefaultHelp WPObject_wpSetDefaultHelp
  306. #define WPCountry_wpSetDefaultView WPObject_wpSetDefaultView
  307. #define WPCountry_wpSetError WPObject_wpSetError
  308. #define WPCountry_wpSetIcon WPObject_wpSetIcon
  309. #define WPCountry_wpSetIconData WPObject_wpSetIconData
  310. #define WPCountry_wpSetMinWindow WPObject_wpSetMinWindow
  311. #define WPCountry_wpSetStyle WPObject_wpSetStyle
  312. #define WPCountry_wpModifyStyle WPObject_wpModifyStyle
  313. #define WPCountry_wpSetTitle WPObject_wpSetTitle
  314. #define WPCountry_wpSetup WPObject_wpSetup
  315. #define WPCountry_wpSwitchTo WPObject_wpSwitchTo
  316. #define WPCountry_wpUnInitData WPObject_wpUnInitData
  317. #define WPCountry_wpViewObject WPObject_wpViewObject
  318. #define WPCountry_wpQueryTrueStyle WPObject_wpQueryTrueStyle
  319. #define WPCountry_wpQueryHandle WPObject_wpQueryHandle
  320. #define WPCountry_wpUnlockObject WPObject_wpUnlockObject
  321. #define WPCountry_somInit SOMObject_somInit
  322. #define WPCountry_somUninit SOMObject_somUninit
  323. #define WPCountry_somFree SOMObject_somFree
  324. #define WPCountry_somDefaultInit SOMObject_somDefaultInit
  325. #define WPCountry_somDestruct SOMObject_somDestruct
  326. #define WPCountry_somInit SOMObject_somInit
  327. #define WPCountry_somUninit SOMObject_somUninit
  328. #define WPCountry_somGetClass SOMObject_somGetClass
  329. #define WPCountry_somGetClassName SOMObject_somGetClassName
  330. #define WPCountry_somGetSize SOMObject_somGetSize
  331. #define WPCountry_somIsA SOMObject_somIsA
  332. #define WPCountry_somIsInstanceOf SOMObject_somIsInstanceOf
  333. #define WPCountry_somRespondsTo SOMObject_somRespondsTo
  334. #define WPCountry_somComputeForwardVisitMask SOMObject_somComputeForwardVisitMask
  335. #define WPCountry_somComputeReverseVisitMask SOMObject_somComputeReverseVisitMask
  336. #define WPCountry_somDispatchV SOMObject_somDispatchV
  337. #define WPCountry_somDispatchL SOMObject_somDispatchL
  338. #define WPCountry_somDispatchA SOMObject_somDispatchA
  339. #define WPCountry_somDispatchD SOMObject_somDispatchD
  340. #define WPCountry_somDispatch SOMObject_somDispatch
  341. #define WPCountry_somClassDispatch SOMObject_somClassDispatch
  342. #define WPCountry_somCastObj SOMObject_somCastObj
  343. #define WPCountry_somResetObj SOMObject_somResetObj
  344. #define WPCountry_somPrintSelf SOMObject_somPrintSelf
  345. #define WPCountry_somDumpSelf SOMObject_somDumpSelf
  346. #define WPCountry_somDumpSelfInt SOMObject_somDumpSelfInt
  347. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  348.  
  349. #endif       /* SOM_WPCountry_h */
  350.  
  351. #ifndef SOM_M_WPCountry_h
  352. #define SOM_M_WPCountry_h
  353.  
  354.  
  355. #include <som.h>
  356.  
  357. /*
  358.  * -- This emitter treats Method Tokens as Thunks by default
  359.  * -- Use the sc modifier "nothunks" to change this default
  360.  */
  361. #undef somresolve_
  362. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  363.  
  364. /*
  365.  * Define the class name as an object type
  366.  */
  367. #ifndef M_WPCountry
  368. #define M_WPCountry SOMObject
  369. #endif
  370. #include <wpabs.h>
  371.  
  372. /*
  373.  * Start of user-defined types:
  374.  */
  375. #ifndef WPFolder
  376.     #define WPFolder SOMObject
  377. #endif /* WPFolder */
  378.  
  379. /*
  380.  * End of user-defined types.
  381.  */
  382.  
  383. #define M_WPCountry_MajorVersion 1
  384. #define M_WPCountry_MinorVersion 2
  385.  
  386. /*
  387.  * External name shortening if required
  388.  */
  389. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  390. #define M_WPCountryNewClass WPcouc
  391. #pragma linkage(WPcouc, system)
  392. #define M_WPCountryClassData WPcoud
  393. #define M_WPCountryCClassData WPcoux
  394. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  395. /*--------------Migration------------*/
  396. #define M_WPCountry_classObj M_WPCountryClassData.classObject
  397. #define _M_WPCountry M_WPCountry_classObj
  398.  
  399. /*
  400.  * Declare the class creation procedure
  401.  */
  402. SOMEXTERN SOMClass * SOMLINK M_WPCountryNewClass(integer4 somtmajorVersion,
  403.         integer4 somtminorVersion);
  404. #pragma linkage(M_WPCountryNewClass, system)
  405.  
  406. /*
  407.  * Declare the class data structure
  408.  */
  409. SOMEXTERN struct M_WPCountryClassDataStructure {
  410.     SOMAny *classObject;
  411. } M_WPCountryClassData;
  412.  
  413. /*
  414.  * Declare the C specific class data structure
  415.  */
  416. SOMEXTERN struct M_WPCountryCClassDataStructure {
  417.     somMethodTabs parentMtab;
  418.     somDToken instanceDataToken;
  419. } M_WPCountryCClassData;
  420.  
  421. /*
  422.  * New and Renew macros for M_WPCountry
  423.  */
  424. #define M_WPCountryNew() \
  425.     ( M_WPCountryClassData.classObject \
  426.         ? (_somNew(M_WPCountryClassData.classObject)) \
  427.         : ( M_WPCountryNewClass(M_WPCountry_MajorVersion, M_WPCountry_MinorVersion), (_somNew(M_WPCountryClassData.classObject)) ) )
  428. #define M_WPCountryRenew(buf) \
  429.     ( _somRenew(M_WPCountryClassData.classObject, buf) )
  430.  
  431. /*
  432.  * Override method: wpclsQueryTitle
  433.  */
  434. #define M_WPCountry_wpclsQueryTitle(somSelf) \
  435.     M_WPObject_wpclsQueryTitle(somSelf)
  436.  
  437. /*
  438.  * Override method: wpclsQueryDefaultHelp
  439.  */
  440. #define M_WPCountry_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
  441.     M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
  442.  
  443. /*
  444.  * Override method: wpclsQueryDefaultView
  445.  */
  446. #define M_WPCountry_wpclsQueryDefaultView(somSelf) \
  447.     M_WPObject_wpclsQueryDefaultView(somSelf)
  448.  
  449. /*
  450.  * Override method: wpclsQueryStyle
  451.  */
  452. #define M_WPCountry_wpclsQueryStyle(somSelf) \
  453.     M_WPObject_wpclsQueryStyle(somSelf)
  454.  
  455. /*
  456.  * Override method: wpclsQueryIconData
  457.  */
  458. #define M_WPCountry_wpclsQueryIconData(somSelf,pIconInfo) \
  459.     M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
  460. #ifndef SOM_DONT_USE_INHERITED_MACROS
  461. #define M_WPCountry_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
  462. #define M_WPCountry_wpclsInitData M_WPObject_wpclsInitData
  463. #define M_WPCountry_wpclsMakeAwake M_WPObject_wpclsMakeAwake
  464. #define M_WPCountry_wpclsNew M_WPObject_wpclsNew
  465. #define M_WPCountry_wpclsQueryDetails M_WPObject_wpclsQueryDetails
  466. #define M_WPCountry_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
  467. #define M_WPCountry_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
  468. #define M_WPCountry_wpclsQueryFolder M_WPObject_wpclsQueryFolder
  469. #define M_WPCountry_wpclsQueryIcon M_WPObject_wpclsQueryIcon
  470. #define M_WPCountry_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
  471. #define M_WPCountry_wpclsUnInitData M_WPObject_wpclsUnInitData
  472. #define M_WPCountry_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
  473. #define M_WPCountry_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
  474. #define M_WPCountry_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
  475. #define M_WPCountry_wpclsSetError M_WPObject_wpclsSetError
  476. #define M_WPCountry_wpclsQueryError M_WPObject_wpclsQueryError
  477. #define M_WPCountry_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
  478. #define M_WPCountry_wpclsQueryObject M_WPObject_wpclsQueryObject
  479. #define M_WPCountry_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
  480. #define M_WPCountry_somUninit SOMObject_somUninit
  481. #define M_WPCountry_somInitClass SOMClass_somInitClass
  482. #define M_WPCountry_somNew SOMClass_somNew
  483. #define M_WPCountry_somRenew SOMClass_somRenew
  484. #define M_WPCountry__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
  485. #define M_WPCountry__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
  486. #define M_WPCountry_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
  487. #define M_WPCountry_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
  488. #define M_WPCountry_somGetInitMaskOffset SOMClass_somGetInitMaskOffset
  489. #define M_WPCountry_somGetDestructionMaskOffset SOMClass_somGetDestructionMaskOffset
  490. #define M_WPCountry_somShouldCallInit SOMClass_somShouldCallInit
  491. #define M_WPCountry_somAllocate SOMClass_somAllocate
  492. #define M_WPCountry_somDeallocate SOMClass_somDeallocate
  493. #define M_WPCountry_somNew SOMClass_somNew
  494. #define M_WPCountry_somNewNoInit SOMClass_somNewNoInit
  495. #define M_WPCountry_somRenew SOMClass_somRenew
  496. #define M_WPCountry_somRenewNoInit SOMClass_somRenewNoInit
  497. #define M_WPCountry_somRenewNoZero SOMClass_somRenewNoZero
  498. #define M_WPCountry_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
  499. #define M_WPCountry_somInitClass SOMClass_somInitClass
  500. #define M_WPCountry_somInitMIClass SOMClass_somInitMIClass
  501. #define M_WPCountry_somAddStaticMethod SOMClass_somAddStaticMethod
  502. #define M_WPCountry_somAddMethod SOMClass_somAddMethod
  503. #define M_WPCountry_somRegLPMToken SOMClass_somRegLPMToken
  504. #define M_WPCountry_somAddDynamicMethod SOMClass_somAddDynamicMethod
  505. #define M_WPCountry_somClassReady SOMClass_somClassReady
  506. #define M_WPCountry_somOverrideSMethod SOMClass_somOverrideSMethod
  507. #define M_WPCountry_somGetApplyStub SOMClass_somGetApplyStub
  508. #define M_WPCountry_somGetClassData SOMClass_somGetClassData
  509. #define M_WPCountry_somSetClassData SOMClass_somSetClassData
  510. #define M_WPCountry_somGetClassMtab SOMClass_somGetClassMtab
  511. #define M_WPCountry_somGetInstanceOffset SOMClass_somGetInstanceOffset
  512. #define M_WPCountry_somGetInstancePartSize SOMClass_somGetInstancePartSize
  513. #define M_WPCountry_somGetInstanceSize SOMClass_somGetInstanceSize
  514. #define M_WPCountry_somGetDataAlignment SOMClass_somGetDataAlignment
  515. #define M_WPCountry_somGetInstanceToken SOMClass_somGetInstanceToken
  516. #define M_WPCountry_somGetMemberToken SOMClass_somGetMemberToken
  517. #define M_WPCountry_somGetMethodData SOMClass_somGetMethodData
  518. #define M_WPCountry_somGetRdStub SOMClass_somGetRdStub
  519. #define M_WPCountry_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
  520. #define M_WPCountry_somGetMethodIndex SOMClass_somGetMethodIndex
  521. #define M_WPCountry_somGetMethodOffset SOMClass_somGetMethodOffset
  522. #define M_WPCountry_somGetMethodToken SOMClass_somGetMethodToken
  523. #define M_WPCountry_somGetName SOMClass_somGetName
  524. #define M_WPCountry_somGetNthMethodData SOMClass_somGetNthMethodData
  525. #define M_WPCountry_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
  526. #define M_WPCountry_somGetNumMethods SOMClass_somGetNumMethods
  527. #define M_WPCountry_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
  528. #define M_WPCountry_somGetParent SOMClass_somGetParent
  529. #define M_WPCountry_somGetParents SOMClass_somGetParents
  530. #define M_WPCountry_somGetPClsMtab SOMClass_somGetPClsMtab
  531. #define M_WPCountry_somGetPClsMtabs SOMClass_somGetPClsMtabs
  532. #define M_WPCountry_somGetVersionNumbers SOMClass_somGetVersionNumbers
  533. #define M_WPCountry_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
  534. #define M_WPCountry_somCheckVersion SOMClass_somCheckVersion
  535. #define M_WPCountry_somDescendedFrom SOMClass_somDescendedFrom
  536. #define M_WPCountry_somSupportsMethod SOMClass_somSupportsMethod
  537. #define M_WPCountry__get_somReleaseOrder SOMClass__get_somReleaseOrder
  538. #define M_WPCountry__set_somReleaseOrder SOMClass__set_somReleaseOrder
  539. #define M_WPCountry_somGetClassDataEntry SOMClass_somGetClassDataEntry
  540. #define M_WPCountry_somSetClassDataEntry SOMClass_somSetClassDataEntry
  541. #define M_WPCountry_somDefinedMethod SOMClass_somDefinedMethod
  542. #define M_WPCountry_somCastObjCls SOMClass_somCastObjCls
  543. #define M_WPCountry_somResetObjCls SOMClass_somResetObjCls
  544. #define M_WPCountry__get_trueClass SOMClass__get_trueClass
  545. #define M_WPCountry__get_castedClass SOMClass__get_castedClass
  546. #define M_WPCountry_somCloneClass SOMClass_somCloneClass
  547. #define M_WPCountry_somFindMethod SOMClass_somFindMethod
  548. #define M_WPCountry_somFindMethodOk SOMClass_somFindMethodOk
  549. #define M_WPCountry_somFindSMethod SOMClass_somFindSMethod
  550. #define M_WPCountry_somFindSMethodOk SOMClass_somFindSMethodOk
  551. #define M_WPCountry_somLookupMethod SOMClass_somLookupMethod
  552. #define M_WPCountry_somOverrideMtab SOMClass_somOverrideMtab
  553. #define M_WPCountry__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
  554. #define M_WPCountry__get_somMethodOffsets SOMClass__get_somMethodOffsets
  555. #define M_WPCountry_somInit SOMObject_somInit
  556. #define M_WPCountry_somUninit SOMObject_somUninit
  557. #define M_WPCountry_somDumpSelfInt SOMObject_somDumpSelfInt
  558. #define M_WPCountry_somPrintSelf SOMObject_somPrintSelf
  559. #define M_WPCountry_somFree SOMObject_somFree
  560. #define M_WPCountry_somDefaultInit SOMObject_somDefaultInit
  561. #define M_WPCountry_somDestruct SOMObject_somDestruct
  562. #define M_WPCountry_somInit SOMObject_somInit
  563. #define M_WPCountry_somUninit SOMObject_somUninit
  564. #define M_WPCountry_somGetClass SOMObject_somGetClass
  565. #define M_WPCountry_somGetClassName SOMObject_somGetClassName
  566. #define M_WPCountry_somGetSize SOMObject_somGetSize
  567. #define M_WPCountry_somIsA SOMObject_somIsA
  568. #define M_WPCountry_somIsInstanceOf SOMObject_somIsInstanceOf
  569. #define M_WPCountry_somRespondsTo SOMObject_somRespondsTo
  570. #define M_WPCountry_somComputeForwardVisitMask SOMObject_somComputeForwardVisitMask
  571. #define M_WPCountry_somComputeReverseVisitMask SOMObject_somComputeReverseVisitMask
  572. #define M_WPCountry_somDispatchV SOMObject_somDispatchV
  573. #define M_WPCountry_somDispatchL SOMObject_somDispatchL
  574. #define M_WPCountry_somDispatchA SOMObject_somDispatchA
  575. #define M_WPCountry_somDispatchD SOMObject_somDispatchD
  576. #define M_WPCountry_somDispatch SOMObject_somDispatch
  577. #define M_WPCountry_somClassDispatch SOMObject_somClassDispatch
  578. #define M_WPCountry_somCastObj SOMObject_somCastObj
  579. #define M_WPCountry_somResetObj SOMObject_somResetObj
  580. #define M_WPCountry_somPrintSelf SOMObject_somPrintSelf
  581. #define M_WPCountry_somDumpSelf SOMObject_somDumpSelf
  582. #define M_WPCountry_somDumpSelfInt SOMObject_somDumpSelfInt
  583. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  584.  
  585. #endif       /* SOM_M_WPCountry_h */
  586.