Changeset 4462 for source/ariba/utility/system/StartupWrapper.h
- Timestamp:
- Jun 24, 2009, 8:48:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/StartupWrapper.h
r3690 r4462 72 72 static void initConfig(string filename); 73 73 static void startup(StartupInterface* service, bool block = true); 74 static void shutdown(StartupInterface* service );74 static void shutdown(StartupInterface* service, bool block = true); 75 75 76 76 #ifdef UNDERLAY_OMNET … … 80 80 81 81 protected: 82 StartupWrapper(StartupInterface* _service , bool _block);82 StartupWrapper(StartupInterface* _service); 83 83 virtual ~StartupWrapper(); 84 84 … … 94 94 #endif 95 95 96 volatile bool blocking;97 96 void waitForExit(); 98 97 StartupInterface* service;
Note:
See TracChangeset
for help on using the changeset viewer.