Changeset 2851 for source/ariba/utility/system
- Timestamp:
- Apr 16, 2009, 3:16:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/SystemEventListener.h
r2850 r2851 51 51 virtual ~SystemEventListener() = 0; 52 52 53 p rotected:53 public: // should be private, see comments in SystemEvent.h 54 54 virtual void handleSystemEvent( const SystemEvent& event ) = 0; 55 55 };
Note:
See TracChangeset
for help on using the changeset viewer.