- Timestamp:
- Sep 21, 2010, 11:15:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationManager.h
r7456 r7474 70 70 static const std::string NONE; //!< Static string to indicare a sender that sends to no specific NotificationListener. 71 71 72 static void sendNotification(const std::string& message, unsigned int clientId, const std::string& sender = NotificationManager::NONE); 73 72 74 bool registerNotification(Notification* notification); //!< Registers a Notification within the NotificationManager. 73 75 void unregisterNotification(Notification* notification, NotificationListener* listener); //!< Unregisters a Notification within the NotificationManager for a given NotificationListener.
Note: See TracChangeset
for help on using the changeset viewer.