| 1 |
|
|---|
| 2 | /*
|
|---|
| 3 | * This file was generated by the SOM Compiler.
|
|---|
| 4 | * FileName: include\cwmpg.ih.
|
|---|
| 5 | * Generated using:
|
|---|
| 6 | * SOM Precompiler somipc: 2.29.1.7
|
|---|
| 7 | * SOM Emitter emitih: 2.42
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | /*
|
|---|
| 11 | *
|
|---|
| 12 | * CWmpg.idl:
|
|---|
| 13 | */
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | /*
|
|---|
| 17 | * -- By default, for classes declared using IDL,
|
|---|
| 18 | * -- this emitter doesn't define redispatch/apply stubs.
|
|---|
| 19 | * -- Instead, it requests that the SOM kernel produce them.
|
|---|
| 20 | * -- To override this default, use the "notc" modifier.
|
|---|
| 21 | */
|
|---|
| 22 |
|
|---|
| 23 | #ifndef SOM_CWMPG_ih
|
|---|
| 24 | #define SOM_CWMPG_ih
|
|---|
| 25 |
|
|---|
| 26 | #pragma checkout(suspend)
|
|---|
| 27 |
|
|---|
| 28 | #include <cwmpg.h>
|
|---|
| 29 |
|
|---|
| 30 | /*
|
|---|
| 31 | * Set the scope of methods functions
|
|---|
| 32 | */
|
|---|
| 33 | #ifndef SOM_Scope
|
|---|
| 34 | #ifdef __cplusplus
|
|---|
| 35 | #define SOM_Scope extern "C"
|
|---|
| 36 | #else
|
|---|
| 37 | #define SOM_Scope extern
|
|---|
| 38 | #endif /* __cplusplus */
|
|---|
| 39 | #endif /* SOM_Scope */
|
|---|
| 40 |
|
|---|
| 41 | #ifndef SOM_CurrentClass
|
|---|
| 42 | #define SOM_CurrentClass CWMPGCClassData.parentMtab
|
|---|
| 43 | #endif /* SOM_CurrentClass */
|
|---|
| 44 |
|
|---|
| 45 | #define CWMPG_MaxNoMethods 0
|
|---|
| 46 |
|
|---|
| 47 | /*
|
|---|
| 48 | * -- Instance data
|
|---|
| 49 | */
|
|---|
| 50 | typedef void CWMPGData;
|
|---|
| 51 |
|
|---|
| 52 | /*
|
|---|
| 53 | * This class introduces no instance data, so no GetData macro is provided
|
|---|
| 54 | */
|
|---|
| 55 |
|
|---|
| 56 | /*
|
|---|
| 57 | * Primary Implementation File Support
|
|---|
| 58 | */
|
|---|
| 59 | #if (defined(CWMPG_Class_Source) || defined(SOM_Module_cwmpg_Source))
|
|---|
| 60 |
|
|---|
| 61 | /*
|
|---|
| 62 | * Trace/Debug macro
|
|---|
| 63 | */
|
|---|
| 64 | #ifndef CWMPGMethodDebug
|
|---|
| 65 | #define CWMPGMethodDebug(c,m) SOMMethodDebug(c,m)
|
|---|
| 66 | #endif /* CWMPGMethodDebug */
|
|---|
| 67 |
|
|---|
| 68 | /*
|
|---|
| 69 | * Current class macros for Instance and Meta classes.
|
|---|
| 70 | */
|
|---|
| 71 | #undef SOMMeta
|
|---|
| 72 | #define SOMMeta M_CWMPGCClassData.parentMtab
|
|---|
| 73 | #undef SOMInstance
|
|---|
| 74 | #define SOMInstance CWMPGCClassData.parentMtab
|
|---|
| 75 |
|
|---|
| 76 | #ifndef M_CWMPG_Class_Source
|
|---|
| 77 | #define M_CWMPG_Class_Source
|
|---|
| 78 | #endif /* M_CWMPG_Class_Source */
|
|---|
| 79 |
|
|---|
| 80 | /*
|
|---|
| 81 | * Overridden method: wpOpen
|
|---|
| 82 | */
|
|---|
| 83 | #pragma linkage(cwmpg_wpOpen, system)
|
|---|
| 84 | SOM_Scope HWND SOMLINK cwmpg_wpOpen(CWMPG *somSelf,
|
|---|
| 85 | HWND hwndCnr,
|
|---|
| 86 | ULONG ulView,
|
|---|
| 87 | ULONG param);
|
|---|
| 88 | static char *somMN_CWMPGwpOpen = "WPObject::wpOpen";
|
|---|
| 89 | static somId somId_CWMPGwpOpen = &somMN_CWMPGwpOpen;
|
|---|
| 90 | #ifdef somId_wpOpen
|
|---|
| 91 | #undef somId_wpOpen
|
|---|
| 92 | #else
|
|---|
| 93 | #define somId_wpOpen somId_CWMPGwpOpen
|
|---|
| 94 | #endif
|
|---|
| 95 | static somMethodProc* CWMPG_parent_CWVideo_wpOpen_resolved;
|
|---|
| 96 | #define CWMPG_parent_CWVideo_wpOpen(somSelf,hwndCnr,ulView,param) \
|
|---|
| 97 | ((( somTD_WPObject_wpOpen ) \
|
|---|
| 98 | CWMPG_parent_CWVideo_wpOpen_resolved) \
|
|---|
| 99 | (somSelf,hwndCnr,ulView,param))
|
|---|
| 100 | #ifndef SOMGD_pmc_CWVideo_wpOpen
|
|---|
| 101 | #ifdef parent_CWVideo_wpOpen
|
|---|
| 102 | #undef parent_CWVideo_wpOpen
|
|---|
| 103 | #define SOMGD_pmc_CWVideo_wpOpen 1
|
|---|
| 104 | #else
|
|---|
| 105 | #define parent_CWVideo_wpOpen CWMPG_parent_CWVideo_wpOpen
|
|---|
| 106 | #endif /* parent_CWVideo_wpOpen */
|
|---|
| 107 | #endif /* SOMGD_pmc_CWVideo_wpOpen */
|
|---|
| 108 | #ifndef parent_wpOpen
|
|---|
| 109 | #define parent_wpOpen CWMPG_parent_CWVideo_wpOpen
|
|---|
| 110 | #endif /* parent_wpOpen */
|
|---|
| 111 | #define CWMPG_parents_wpOpen(somSelf,hwndCnr,ulView,param) (\
|
|---|
| 112 | CWMPG_parent_CWVideo_wpOpen(somSelf,hwndCnr,ulView,param))
|
|---|
| 113 |
|
|---|
| 114 | /*
|
|---|
| 115 | * Initialize the class data structure
|
|---|
| 116 | */
|
|---|
| 117 | SOMEXTERN struct CWMPGClassDataStructure SOMDLINK CWMPGClassData = {(SOMAny *) NULL};
|
|---|
| 118 |
|
|---|
| 119 | /*
|
|---|
| 120 | * Define the C class data structure
|
|---|
| 121 | */
|
|---|
| 122 | SOMEXTERN struct CWMPGCClassDataStructure SOMDLINK CWMPGCClassData = {(somMethodTabs) NULL};
|
|---|
| 123 |
|
|---|
| 124 | /*
|
|---|
| 125 | * Routines and Structures to create the class object
|
|---|
| 126 | */
|
|---|
| 127 |
|
|---|
| 128 |
|
|---|
| 129 | /*
|
|---|
| 130 | * Declare the Override Methods table.
|
|---|
| 131 | */
|
|---|
| 132 | static somOverrideMethod_t CWMPGOM[] = {
|
|---|
| 133 | { &somId_CWMPGwpOpen,
|
|---|
| 134 | (somMethodProc *) cwmpg_wpOpen },
|
|---|
| 135 | };
|
|---|
| 136 |
|
|---|
| 137 |
|
|---|
| 138 | /*
|
|---|
| 139 | * Initializers for class Ids
|
|---|
| 140 | */
|
|---|
| 141 | static char * somCN_CWMPG = "CWMPG";
|
|---|
| 142 | #ifndef somEMC_M_CWMPG_defined
|
|---|
| 143 | #define somEMC_M_CWMPG_defined
|
|---|
| 144 | static char * somEMC_M_CWMPG = "M_CWMPG";
|
|---|
| 145 | #endif
|
|---|
| 146 | static char * somPCN_CWMPG_CWVideo = "CWVideo";
|
|---|
| 147 |
|
|---|
| 148 | static somId somPCCWMPG[] = {
|
|---|
| 149 | &somPCN_CWMPG_CWVideo,
|
|---|
| 150 | };
|
|---|
| 151 |
|
|---|
| 152 | static somStaticClassInfo CWMPGSCI = {
|
|---|
| 153 | 4, 0, 1, 0, 0, 0,
|
|---|
| 154 | CWMPG_MajorVersion, CWMPG_MinorVersion,
|
|---|
| 155 | 0, CWMPG_MaxNoMethods, 1,
|
|---|
| 156 | &somCN_CWMPG,
|
|---|
| 157 | &somEMC_M_CWMPG, 0,
|
|---|
| 158 | somPCCWMPG,
|
|---|
| 159 | (somClassDataStructure *) &CWMPGClassData,
|
|---|
| 160 | (somCClassDataStructure *) &CWMPGCClassData,
|
|---|
| 161 | (somStaticMethod_t *) NULL, CWMPGOM,
|
|---|
| 162 | (char *) NULL,
|
|---|
| 163 | (somNonInternalData_t *) NULL, (somProcMethods_t *) NULL,
|
|---|
| 164 | (somVarargsFuncs_t *) NULL,
|
|---|
| 165 | (somTP_somClassInitFunc *) NULL,
|
|---|
| 166 | 0, /* type code alignment */
|
|---|
| 167 | -1, /* use parents as directinitclasses */
|
|---|
| 168 | 0, /* no explicit directinitclasses */
|
|---|
| 169 | 0, /* number of general method entries */
|
|---|
| 170 | (somMethods_t *) NULL,
|
|---|
| 171 | 0, /* no public data offset */
|
|---|
| 172 | 0, /* no sci development level check */
|
|---|
| 173 | 0, /* number of SelectInheritedMethods */
|
|---|
| 174 | 0, /* no SelectInheritedMethods */
|
|---|
| 175 | 0, /* number of classdata entries */
|
|---|
| 176 | 0, /* no entry names provided currently */
|
|---|
| 177 | 0, /* number of migrated methods */
|
|---|
| 178 | 0, /* no migrated method implementations */
|
|---|
| 179 | 0, /* number of initializers */
|
|---|
| 180 | 0, /* no initializers */
|
|---|
| 181 | 0, /* used to identify a DTS class */
|
|---|
| 182 | 0, /* used to register dynamically computed info */
|
|---|
| 183 | };
|
|---|
| 184 |
|
|---|
| 185 |
|
|---|
| 186 | /*
|
|---|
| 187 | * Class Creation and Initialization
|
|---|
| 188 | */
|
|---|
| 189 |
|
|---|
| 190 | SOMClass * SOMLINK CWMPGNewClass (integer4 somtmajorVersion,
|
|---|
| 191 | integer4 somtminorVersion)
|
|---|
| 192 | {
|
|---|
| 193 | SOMClass *result;
|
|---|
| 194 | CWVideoNewClass(CWVideo_MajorVersion,CWVideo_MinorVersion); /* static reference */
|
|---|
| 195 | /* Explicit metaclass, so get it */
|
|---|
| 196 | M_CWMPGNewClass(M_CWMPG_MajorVersion,M_CWMPG_MinorVersion); /* static reference */
|
|---|
| 197 | result = somBuildClass(1,&CWMPGSCI, somtmajorVersion, somtminorVersion);
|
|---|
| 198 | CWMPG_parent_CWVideo_wpOpen_resolved =
|
|---|
| 199 | somParentNumResolve(CWMPGCClassData.parentMtab, 1, WPObjectClassData.wpOpen);
|
|---|
| 200 | return result;
|
|---|
| 201 | }
|
|---|
| 202 |
|
|---|
| 203 | /*
|
|---|
| 204 | * Functions for attributes.
|
|---|
| 205 | */
|
|---|
| 206 |
|
|---|
| 207 | #endif /* Primary Implementation Support */
|
|---|
| 208 | #pragma checkout(resume)
|
|---|
| 209 |
|
|---|
| 210 | #endif /* SOM_CWMPG_ih */
|
|---|
| 211 |
|
|---|
| 212 | /*
|
|---|
| 213 | * -- By default, for classes declared using IDL,
|
|---|
| 214 | * -- this emitter doesn't define redispatch/apply stubs.
|
|---|
| 215 | * -- Instead, it requests that the SOM kernel produce them.
|
|---|
| 216 | * -- To override this default, use the "notc" modifier.
|
|---|
| 217 | */
|
|---|
| 218 |
|
|---|
| 219 | #ifndef SOM_M_CWMPG_ih
|
|---|
| 220 | #define SOM_M_CWMPG_ih
|
|---|
| 221 |
|
|---|
| 222 | #pragma checkout(suspend)
|
|---|
| 223 |
|
|---|
| 224 | #include <cwmpg.h>
|
|---|
| 225 |
|
|---|
| 226 | /*
|
|---|
| 227 | * Set the scope of methods functions
|
|---|
| 228 | */
|
|---|
| 229 | #ifndef SOM_Scope
|
|---|
| 230 | #ifdef __cplusplus
|
|---|
| 231 | #define SOM_Scope extern "C"
|
|---|
| 232 | #else
|
|---|
| 233 | #define SOM_Scope extern
|
|---|
| 234 | #endif /* __cplusplus */
|
|---|
| 235 | #endif /* SOM_Scope */
|
|---|
| 236 |
|
|---|
| 237 | #ifndef SOM_CurrentClass
|
|---|
| 238 | #define SOM_CurrentClass M_CWMPGCClassData.parentMtab
|
|---|
| 239 | #endif /* SOM_CurrentClass */
|
|---|
| 240 |
|
|---|
| 241 | #define M_CWMPG_MaxNoMethods 0
|
|---|
| 242 |
|
|---|
| 243 | /*
|
|---|
| 244 | * -- Instance data
|
|---|
| 245 | */
|
|---|
| 246 | typedef void M_CWMPGData;
|
|---|
| 247 |
|
|---|
| 248 | /*
|
|---|
| 249 | * This class introduces no instance data, so no GetData macro is provided
|
|---|
| 250 | */
|
|---|
| 251 |
|
|---|
| 252 | /*
|
|---|
| 253 | * Primary Implementation File Support
|
|---|
| 254 | */
|
|---|
| 255 | #if (defined(CWMPG_Class_Source) || defined(M_CWMPG_Class_Source) || defined(SOM_Module_cwmpg_Source))
|
|---|
| 256 |
|
|---|
| 257 | /*
|
|---|
| 258 | * Trace/Debug macro
|
|---|
| 259 | */
|
|---|
| 260 | #ifndef M_CWMPGMethodDebug
|
|---|
| 261 | #define M_CWMPGMethodDebug(c,m) SOMMethodDebug(c,m)
|
|---|
| 262 | #endif /* M_CWMPGMethodDebug */
|
|---|
| 263 |
|
|---|
| 264 | /*
|
|---|
| 265 | * Current class macros for Instance and Meta classes.
|
|---|
| 266 | */
|
|---|
| 267 |
|
|---|
| 268 | /*
|
|---|
| 269 | * Overridden method: wpclsQueryTitle
|
|---|
| 270 | */
|
|---|
| 271 | #pragma linkage(cwmpgM_wpclsQueryTitle, system)
|
|---|
| 272 | SOM_Scope PSZ SOMLINK cwmpgM_wpclsQueryTitle(M_CWMPG *somSelf);
|
|---|
| 273 | static char *somMN_M_CWMPGwpclsQueryTitle = "M_WPObject::wpclsQueryTitle";
|
|---|
| 274 | static somId somId_M_CWMPGwpclsQueryTitle = &somMN_M_CWMPGwpclsQueryTitle;
|
|---|
| 275 | #ifdef somId_wpclsQueryTitle
|
|---|
| 276 | #undef somId_wpclsQueryTitle
|
|---|
| 277 | #else
|
|---|
| 278 | #define somId_wpclsQueryTitle somId_M_CWMPGwpclsQueryTitle
|
|---|
| 279 | #endif
|
|---|
| 280 | static somMethodProc* M_CWMPG_parent_M_CWVideo_wpclsQueryTitle_resolved;
|
|---|
| 281 | #define M_CWMPG_parent_M_CWVideo_wpclsQueryTitle(somSelf) \
|
|---|
| 282 | ((( somTD_M_WPObject_wpclsQueryTitle ) \
|
|---|
| 283 | M_CWMPG_parent_M_CWVideo_wpclsQueryTitle_resolved) \
|
|---|
| 284 | (somSelf))
|
|---|
| 285 | #ifndef SOMGD_pmc_M_CWVideo_wpclsQueryTitle
|
|---|
| 286 | #ifdef parent_M_CWVideo_wpclsQueryTitle
|
|---|
| 287 | #undef parent_M_CWVideo_wpclsQueryTitle
|
|---|
| 288 | #define SOMGD_pmc_M_CWVideo_wpclsQueryTitle 1
|
|---|
| 289 | #else
|
|---|
| 290 | #define parent_M_CWVideo_wpclsQueryTitle M_CWMPG_parent_M_CWVideo_wpclsQueryTitle
|
|---|
| 291 | #endif /* parent_M_CWVideo_wpclsQueryTitle */
|
|---|
| 292 | #endif /* SOMGD_pmc_M_CWVideo_wpclsQueryTitle */
|
|---|
| 293 | #ifndef parent_wpclsQueryTitle
|
|---|
| 294 | #define parent_wpclsQueryTitle M_CWMPG_parent_M_CWVideo_wpclsQueryTitle
|
|---|
| 295 | #endif /* parent_wpclsQueryTitle */
|
|---|
| 296 | #define M_CWMPG_parents_wpclsQueryTitle(somSelf) (\
|
|---|
| 297 | M_CWMPG_parent_M_CWVideo_wpclsQueryTitle(somSelf))
|
|---|
| 298 |
|
|---|
| 299 | /*
|
|---|
| 300 | * Overridden method: wpclsQueryInstanceType
|
|---|
| 301 | */
|
|---|
| 302 | #pragma linkage(cwmpgM_wpclsQueryInstanceType, system)
|
|---|
| 303 | SOM_Scope PSZ SOMLINK cwmpgM_wpclsQueryInstanceType(M_CWMPG *somSelf);
|
|---|
| 304 | static char *somMN_M_CWMPGwpclsQueryInstanceType = "M_WPFileSystem::wpclsQueryInstanceType";
|
|---|
| 305 | static somId somId_M_CWMPGwpclsQueryInstanceType = &somMN_M_CWMPGwpclsQueryInstanceType;
|
|---|
| 306 | #ifdef somId_wpclsQueryInstanceType
|
|---|
| 307 | #undef somId_wpclsQueryInstanceType
|
|---|
| 308 | #else
|
|---|
| 309 | #define somId_wpclsQueryInstanceType somId_M_CWMPGwpclsQueryInstanceType
|
|---|
| 310 | #endif
|
|---|
| 311 | static somMethodProc* M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType_resolved;
|
|---|
| 312 | #define M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType(somSelf) \
|
|---|
| 313 | ((( somTD_M_WPFileSystem_wpclsQueryInstanceType ) \
|
|---|
| 314 | M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType_resolved) \
|
|---|
| 315 | (somSelf))
|
|---|
| 316 | #ifndef SOMGD_pmc_M_CWVideo_wpclsQueryInstanceType
|
|---|
| 317 | #ifdef parent_M_CWVideo_wpclsQueryInstanceType
|
|---|
| 318 | #undef parent_M_CWVideo_wpclsQueryInstanceType
|
|---|
| 319 | #define SOMGD_pmc_M_CWVideo_wpclsQueryInstanceType 1
|
|---|
| 320 | #else
|
|---|
| 321 | #define parent_M_CWVideo_wpclsQueryInstanceType M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType
|
|---|
| 322 | #endif /* parent_M_CWVideo_wpclsQueryInstanceType */
|
|---|
| 323 | #endif /* SOMGD_pmc_M_CWVideo_wpclsQueryInstanceType */
|
|---|
| 324 | #ifndef parent_wpclsQueryInstanceType
|
|---|
| 325 | #define parent_wpclsQueryInstanceType M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType
|
|---|
| 326 | #endif /* parent_wpclsQueryInstanceType */
|
|---|
| 327 | #define M_CWMPG_parents_wpclsQueryInstanceType(somSelf) (\
|
|---|
| 328 | M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType(somSelf))
|
|---|
| 329 |
|
|---|
| 330 | /*
|
|---|
| 331 | * Overridden method: wpclsQueryInstanceFilter
|
|---|
| 332 | */
|
|---|
| 333 | #pragma linkage(cwmpgM_wpclsQueryInstanceFilter, system)
|
|---|
| 334 | SOM_Scope PSZ SOMLINK cwmpgM_wpclsQueryInstanceFilter(M_CWMPG *somSelf);
|
|---|
| 335 | static char *somMN_M_CWMPGwpclsQueryInstanceFilter = "M_WPFileSystem::wpclsQueryInstanceFilter";
|
|---|
| 336 | static somId somId_M_CWMPGwpclsQueryInstanceFilter = &somMN_M_CWMPGwpclsQueryInstanceFilter;
|
|---|
| 337 | #ifdef somId_wpclsQueryInstanceFilter
|
|---|
| 338 | #undef somId_wpclsQueryInstanceFilter
|
|---|
| 339 | #else
|
|---|
| 340 | #define somId_wpclsQueryInstanceFilter somId_M_CWMPGwpclsQueryInstanceFilter
|
|---|
| 341 | #endif
|
|---|
| 342 | static somMethodProc* M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter_resolved;
|
|---|
| 343 | #define M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter(somSelf) \
|
|---|
| 344 | ((( somTD_M_WPFileSystem_wpclsQueryInstanceFilter ) \
|
|---|
| 345 | M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter_resolved) \
|
|---|
| 346 | (somSelf))
|
|---|
| 347 | #ifndef SOMGD_pmc_M_CWVideo_wpclsQueryInstanceFilter
|
|---|
| 348 | #ifdef parent_M_CWVideo_wpclsQueryInstanceFilter
|
|---|
| 349 | #undef parent_M_CWVideo_wpclsQueryInstanceFilter
|
|---|
| 350 | #define SOMGD_pmc_M_CWVideo_wpclsQueryInstanceFilter 1
|
|---|
| 351 | #else
|
|---|
| 352 | #define parent_M_CWVideo_wpclsQueryInstanceFilter M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter
|
|---|
| 353 | #endif /* parent_M_CWVideo_wpclsQueryInstanceFilter */
|
|---|
| 354 | #endif /* SOMGD_pmc_M_CWVideo_wpclsQueryInstanceFilter */
|
|---|
| 355 | #ifndef parent_wpclsQueryInstanceFilter
|
|---|
| 356 | #define parent_wpclsQueryInstanceFilter M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter
|
|---|
| 357 | #endif /* parent_wpclsQueryInstanceFilter */
|
|---|
| 358 | #define M_CWMPG_parents_wpclsQueryInstanceFilter(somSelf) (\
|
|---|
| 359 | M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter(somSelf))
|
|---|
| 360 |
|
|---|
| 361 | /*
|
|---|
| 362 | * Overridden method: wpclsQueryIconData
|
|---|
| 363 | */
|
|---|
| 364 | #pragma linkage(cwmpgM_wpclsQueryIconData, system)
|
|---|
| 365 | SOM_Scope ULONG SOMLINK cwmpgM_wpclsQueryIconData(M_CWMPG *somSelf,
|
|---|
| 366 | PICONINFO pIconInfo);
|
|---|
| 367 | static char *somMN_M_CWMPGwpclsQueryIconData = "M_WPObject::wpclsQueryIconData";
|
|---|
| 368 | static somId somId_M_CWMPGwpclsQueryIconData = &somMN_M_CWMPGwpclsQueryIconData;
|
|---|
| 369 | #ifdef somId_wpclsQueryIconData
|
|---|
| 370 | #undef somId_wpclsQueryIconData
|
|---|
| 371 | #else
|
|---|
| 372 | #define somId_wpclsQueryIconData somId_M_CWMPGwpclsQueryIconData
|
|---|
| 373 | #endif
|
|---|
| 374 | static somMethodProc* M_CWMPG_parent_M_CWVideo_wpclsQueryIconData_resolved;
|
|---|
| 375 | #define M_CWMPG_parent_M_CWVideo_wpclsQueryIconData(somSelf,pIconInfo) \
|
|---|
| 376 | ((( somTD_M_WPObject_wpclsQueryIconData ) \
|
|---|
| 377 | M_CWMPG_parent_M_CWVideo_wpclsQueryIconData_resolved) \
|
|---|
| 378 | (somSelf,pIconInfo))
|
|---|
| 379 | #ifndef SOMGD_pmc_M_CWVideo_wpclsQueryIconData
|
|---|
| 380 | #ifdef parent_M_CWVideo_wpclsQueryIconData
|
|---|
| 381 | #undef parent_M_CWVideo_wpclsQueryIconData
|
|---|
| 382 | #define SOMGD_pmc_M_CWVideo_wpclsQueryIconData 1
|
|---|
| 383 | #else
|
|---|
| 384 | #define parent_M_CWVideo_wpclsQueryIconData M_CWMPG_parent_M_CWVideo_wpclsQueryIconData
|
|---|
| 385 | #endif /* parent_M_CWVideo_wpclsQueryIconData */
|
|---|
| 386 | #endif /* SOMGD_pmc_M_CWVideo_wpclsQueryIconData */
|
|---|
| 387 | #ifndef parent_wpclsQueryIconData
|
|---|
| 388 | #define parent_wpclsQueryIconData M_CWMPG_parent_M_CWVideo_wpclsQueryIconData
|
|---|
| 389 | #endif /* parent_wpclsQueryIconData */
|
|---|
| 390 | #define M_CWMPG_parents_wpclsQueryIconData(somSelf,pIconInfo) (\
|
|---|
| 391 | M_CWMPG_parent_M_CWVideo_wpclsQueryIconData(somSelf,pIconInfo))
|
|---|
| 392 |
|
|---|
| 393 | /*
|
|---|
| 394 | * Overridden method: wpclsQueryDefaultHelp
|
|---|
| 395 | */
|
|---|
| 396 | #pragma linkage(cwmpgM_wpclsQueryDefaultHelp, system)
|
|---|
| 397 | SOM_Scope BOOL SOMLINK cwmpgM_wpclsQueryDefaultHelp(M_CWMPG *somSelf,
|
|---|
| 398 | PULONG pHelpPanelId,
|
|---|
| 399 | PSZ pszHelpLibrary);
|
|---|
| 400 | static char *somMN_M_CWMPGwpclsQueryDefaultHelp = "M_WPObject::wpclsQueryDefaultHelp";
|
|---|
| 401 | static somId somId_M_CWMPGwpclsQueryDefaultHelp = &somMN_M_CWMPGwpclsQueryDefaultHelp;
|
|---|
| 402 | #ifdef somId_wpclsQueryDefaultHelp
|
|---|
| 403 | #undef somId_wpclsQueryDefaultHelp
|
|---|
| 404 | #else
|
|---|
| 405 | #define somId_wpclsQueryDefaultHelp somId_M_CWMPGwpclsQueryDefaultHelp
|
|---|
| 406 | #endif
|
|---|
| 407 | static somMethodProc* M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp_resolved;
|
|---|
| 408 | #define M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
|
|---|
| 409 | ((( somTD_M_WPObject_wpclsQueryDefaultHelp ) \
|
|---|
| 410 | M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp_resolved) \
|
|---|
| 411 | (somSelf,pHelpPanelId,pszHelpLibrary))
|
|---|
| 412 | #ifndef SOMGD_pmc_M_CWVideo_wpclsQueryDefaultHelp
|
|---|
| 413 | #ifdef parent_M_CWVideo_wpclsQueryDefaultHelp
|
|---|
| 414 | #undef parent_M_CWVideo_wpclsQueryDefaultHelp
|
|---|
| 415 | #define SOMGD_pmc_M_CWVideo_wpclsQueryDefaultHelp 1
|
|---|
| 416 | #else
|
|---|
| 417 | #define parent_M_CWVideo_wpclsQueryDefaultHelp M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp
|
|---|
| 418 | #endif /* parent_M_CWVideo_wpclsQueryDefaultHelp */
|
|---|
| 419 | #endif /* SOMGD_pmc_M_CWVideo_wpclsQueryDefaultHelp */
|
|---|
| 420 | #ifndef parent_wpclsQueryDefaultHelp
|
|---|
| 421 | #define parent_wpclsQueryDefaultHelp M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp
|
|---|
| 422 | #endif /* parent_wpclsQueryDefaultHelp */
|
|---|
| 423 | #define M_CWMPG_parents_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) (\
|
|---|
| 424 | M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary))
|
|---|
| 425 |
|
|---|
| 426 | /*
|
|---|
| 427 | * Initialize the class data structure
|
|---|
| 428 | */
|
|---|
| 429 | SOMEXTERN struct M_CWMPGClassDataStructure SOMDLINK M_CWMPGClassData = {(SOMAny *) NULL};
|
|---|
| 430 |
|
|---|
| 431 | /*
|
|---|
| 432 | * Define the C class data structure
|
|---|
| 433 | */
|
|---|
| 434 | SOMEXTERN struct M_CWMPGCClassDataStructure SOMDLINK M_CWMPGCClassData = {(somMethodTabs) NULL};
|
|---|
| 435 |
|
|---|
| 436 | /*
|
|---|
| 437 | * Routines and Structures to create the class object
|
|---|
| 438 | */
|
|---|
| 439 |
|
|---|
| 440 |
|
|---|
| 441 | /*
|
|---|
| 442 | * Declare the Override Methods table.
|
|---|
| 443 | */
|
|---|
| 444 | static somOverrideMethod_t M_CWMPGOM[] = {
|
|---|
| 445 | { &somId_M_CWMPGwpclsQueryTitle,
|
|---|
| 446 | (somMethodProc *) cwmpgM_wpclsQueryTitle },
|
|---|
| 447 | { &somId_M_CWMPGwpclsQueryInstanceType,
|
|---|
| 448 | (somMethodProc *) cwmpgM_wpclsQueryInstanceType },
|
|---|
| 449 | { &somId_M_CWMPGwpclsQueryInstanceFilter,
|
|---|
| 450 | (somMethodProc *) cwmpgM_wpclsQueryInstanceFilter },
|
|---|
| 451 | { &somId_M_CWMPGwpclsQueryIconData,
|
|---|
| 452 | (somMethodProc *) cwmpgM_wpclsQueryIconData },
|
|---|
| 453 | { &somId_M_CWMPGwpclsQueryDefaultHelp,
|
|---|
| 454 | (somMethodProc *) cwmpgM_wpclsQueryDefaultHelp },
|
|---|
| 455 | };
|
|---|
| 456 |
|
|---|
| 457 |
|
|---|
| 458 | /*
|
|---|
| 459 | * Initializers for class Ids
|
|---|
| 460 | */
|
|---|
| 461 | static char * somCN_M_CWMPG = "M_CWMPG";
|
|---|
| 462 | static char * somPCN_M_CWMPG_M_CWVideo = "M_CWVideo";
|
|---|
| 463 |
|
|---|
| 464 | static somId somPCM_CWMPG[] = {
|
|---|
| 465 | &somPCN_M_CWMPG_M_CWVideo,
|
|---|
| 466 | };
|
|---|
| 467 |
|
|---|
| 468 | static somStaticClassInfo M_CWMPGSCI = {
|
|---|
| 469 | 4, 0, 5, 0, 0, 0,
|
|---|
| 470 | M_CWMPG_MajorVersion, M_CWMPG_MinorVersion,
|
|---|
| 471 | 0, M_CWMPG_MaxNoMethods, 1,
|
|---|
| 472 | &somCN_M_CWMPG,
|
|---|
| 473 | (somId) NULL, 1,
|
|---|
| 474 | somPCM_CWMPG,
|
|---|
| 475 | (somClassDataStructure *) &M_CWMPGClassData,
|
|---|
| 476 | (somCClassDataStructure *) &M_CWMPGCClassData,
|
|---|
| 477 | (somStaticMethod_t *) NULL, M_CWMPGOM,
|
|---|
| 478 | (char *) NULL,
|
|---|
| 479 | (somNonInternalData_t *) NULL, (somProcMethods_t *) NULL,
|
|---|
| 480 | (somVarargsFuncs_t *) NULL,
|
|---|
| 481 | (somTP_somClassInitFunc *) NULL,
|
|---|
| 482 | 0, /* type code alignment */
|
|---|
| 483 | -1, /* use parents as directinitclasses */
|
|---|
| 484 | 0, /* no explicit directinitclasses */
|
|---|
| 485 | 0, /* number of general method entries */
|
|---|
| 486 | (somMethods_t *) NULL,
|
|---|
| 487 | 0, /* no public data offset */
|
|---|
| 488 | 0, /* no sci development level check */
|
|---|
| 489 | 0, /* number of SelectInheritedMethods */
|
|---|
| 490 | 0, /* no SelectInheritedMethods */
|
|---|
| 491 | 0, /* number of classdata entries */
|
|---|
| 492 | 0, /* no entry names provided currently */
|
|---|
| 493 | 0, /* number of migrated methods */
|
|---|
| 494 | 0, /* no migrated method implementations */
|
|---|
| 495 | 0, /* number of initializers */
|
|---|
| 496 | 0, /* no initializers */
|
|---|
| 497 | 0, /* used to identify a DTS class */
|
|---|
| 498 | 0, /* used to register dynamically computed info */
|
|---|
| 499 | };
|
|---|
| 500 |
|
|---|
| 501 |
|
|---|
| 502 | /*
|
|---|
| 503 | * Class Creation and Initialization
|
|---|
| 504 | */
|
|---|
| 505 |
|
|---|
| 506 | SOMClass * SOMLINK M_CWMPGNewClass (integer4 somtmajorVersion,
|
|---|
| 507 | integer4 somtminorVersion)
|
|---|
| 508 | {
|
|---|
| 509 | SOMClass *result;
|
|---|
| 510 | M_CWVideoNewClass(M_CWVideo_MajorVersion,M_CWVideo_MinorVersion); /* static reference */
|
|---|
| 511 | result = somBuildClass(1,&M_CWMPGSCI, somtmajorVersion, somtminorVersion);
|
|---|
| 512 | M_CWMPG_parent_M_CWVideo_wpclsQueryDefaultHelp_resolved =
|
|---|
| 513 | somParentNumResolve(M_CWMPGCClassData.parentMtab, 1, M_WPObjectClassData.wpclsQueryDefaultHelp);
|
|---|
| 514 | M_CWMPG_parent_M_CWVideo_wpclsQueryIconData_resolved =
|
|---|
| 515 | somParentNumResolve(M_CWMPGCClassData.parentMtab, 1, M_WPObjectClassData.wpclsQueryIconData);
|
|---|
| 516 | M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceFilter_resolved =
|
|---|
| 517 | somParentNumResolve(M_CWMPGCClassData.parentMtab, 1, M_WPFileSystemClassData.wpclsQueryInstanceFilter);
|
|---|
| 518 | M_CWMPG_parent_M_CWVideo_wpclsQueryInstanceType_resolved =
|
|---|
| 519 | somParentNumResolve(M_CWMPGCClassData.parentMtab, 1, M_WPFileSystemClassData.wpclsQueryInstanceType);
|
|---|
| 520 | M_CWMPG_parent_M_CWVideo_wpclsQueryTitle_resolved =
|
|---|
| 521 | somParentNumResolve(M_CWMPGCClassData.parentMtab, 1, M_WPObjectClassData.wpclsQueryTitle);
|
|---|
| 522 | return result;
|
|---|
| 523 | }
|
|---|
| 524 |
|
|---|
| 525 | /*
|
|---|
| 526 | * Functions for attributes.
|
|---|
| 527 | */
|
|---|
| 528 |
|
|---|
| 529 | #endif /* Primary Implementation Support */
|
|---|
| 530 | #pragma checkout(resume)
|
|---|
| 531 |
|
|---|
| 532 | #endif /* SOM_M_CWMPG_ih */
|
|---|