Changeset 4588


Ignore:
Timestamp:
Jun 29, 2009, 11:43:45 AM (15 years ago)
Author:
Christoph Mayer
Message:

maemo gcc fix

File:
1 edited

Legend:

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

    r4462 r4588  
    5959        virtual ~StartupInterface(){};
    6060
    61 protected:
    6261        virtual void startup() = 0;
    6362        virtual void shutdown() = 0;
     63
     64protected:
    6465        StartupWrapper* wrapper;
    6566};
Note: See TracChangeset for help on using the changeset viewer.