Changeset 6919 for source/ariba/utility/system/SystemQueue.h
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/SystemQueue.h
r4702 r6919 234 234 #ifdef UNDERLAY_OMNET 235 235 236 #if 0 236 237 // 237 238 // the system queue must be a singleton in simulations, too. … … 243 244 // this is the macro definition from macros.h 244 245 // 245 // #define Define_Module(CLASSNAME) \246 // static cModule *CLASSNAME##__create() {return new CLASSNAME();} \246 // #define Define_Module(CLASSNAME) /backslash 247 // static cModule *CLASSNAME##__create() {return new CLASSNAME();} /backslash 247 248 // EXECUTE_ON_STARTUP(CLASSNAME##__mod, modtypes.instance()->add(new cModuleType(#CLASSNAME,#CLASSNAME,(ModuleCreateFunc)CLASSNAME##__create));) 248 249 // 249 250 // and this is how we do it :) 250 251 // 252 #endif 251 253 252 254 static cModule* SystemQueue__create() {
Note:
See TracChangeset
for help on using the changeset viewer.