Changeset 4462 for source/ariba/utility/system/StartupInterface.h
- Timestamp:
- Jun 24, 2009, 8:48:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/StartupInterface.h
r3690 r4462 47 47 namespace utility { 48 48 49 /** 50 * TODO: Mies -- to be replaced by a general Module! 51 */ 49 class StartupWrapper; 50 52 51 class StartupInterface 53 52 #ifdef UNDERLAY_OMNET … … 63 62 virtual void startup() = 0; 64 63 virtual void shutdown() = 0; 64 StartupWrapper* wrapper; 65 65 }; 66 66
Note:
See TracChangeset
for help on using the changeset viewer.