Changeset 4588 for source/ariba
- Timestamp:
 - Jun 29, 2009, 11:43:45 AM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  source/ariba/utility/system/StartupInterface.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/utility/system/StartupInterface.h
r4462 r4588 59 59 virtual ~StartupInterface(){}; 60 60 61 protected:62 61 virtual void startup() = 0; 63 62 virtual void shutdown() = 0; 63 64 protected: 64 65 StartupWrapper* wrapper; 65 66 };  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.