Ignore:
Timestamp:
Jun 24, 2009, 8:48:35 AM (15 years ago)
Author:
Christoph Mayer
Message:

startup wrapper für gui gefixt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/StartupInterface.h

    r3690 r4462  
    4747namespace utility {
    4848
    49 /**
    50  * TODO: Mies -- to be replaced by a general Module!
    51  */
     49class StartupWrapper;
     50
    5251class StartupInterface
    5352#ifdef UNDERLAY_OMNET
     
    6362        virtual void startup() = 0;
    6463        virtual void shutdown() = 0;
     64        StartupWrapper* wrapper;
    6565};
    6666
Note: See TracChangeset for help on using the changeset viewer.