Changeset 7417 for code/trunk/src/orxonox
- Timestamp:
- Sep 11, 2010, 8:30:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/interfaces/NotificationListener.h
r7413 r7417 61 61 virtual ~NotificationListener() {} 62 62 63 virtual const std::set<std::string , StringCompare> & getTargetsSet() = 0;63 virtual const std::set<std::string> & getTargetsSet() = 0; 64 64 virtual void update(void) = 0; 65 65 virtual void update(Notification* notification, const std::time_t & time) = 0;
Note: See TracChangeset
for help on using the changeset viewer.