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/StartupWrapper.h

    r3690 r4462  
    7272        static void initConfig(string filename);
    7373        static void startup(StartupInterface* service, bool block = true);
    74         static void shutdown(StartupInterface* service);
     74        static void shutdown(StartupInterface* service, bool block = true);
    7575
    7676#ifdef UNDERLAY_OMNET
     
    8080
    8181protected:
    82         StartupWrapper(StartupInterface* _service, bool _block);
     82        StartupWrapper(StartupInterface* _service);
    8383        virtual ~StartupWrapper();
    8484
     
    9494#endif
    9595
    96         volatile bool blocking;
    9796        void waitForExit();
    9897        StartupInterface* service;
Note: See TracChangeset for help on using the changeset viewer.