Changeset 8378 for code/branches/tutoriallevel2/src/orxonox/interfaces
- Timestamp:
- May 2, 2011, 1:58:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h
r8377 r8378 21 21 * 22 22 * Author: 23 * Fabian 'x3n' Landau23 * Damian 'Mozork' Frick 24 24 * Co-authors: 25 25 * ... … … 66 66 } 67 67 68 // TODO: Update doc. 68 69 /** 69 70 @brief … … 74 75 75 76 @author 76 Fabian 'x3n' Landau77 77 Damian 'Mozork' Frick 78 78 79 @ingroup Notifications 79 80 */ … … 90 91 static void sendNotificationHelper(const std::string& message, const std::string& sender, unsigned int messageMode); 91 92 92 virtual bool registerNotification(const std::string& message, const std::string& sender) 93 { return false; } 93 virtual bool registerNotification(const std::string& message, const std::string& sender) { return false; } 94 94 virtual void executeCommand(const std::string& command, const std::string& sender) {} 95 95 };
Note: See TracChangeset
for help on using the changeset viewer.