Changeset 9638 for code/branches/core6/src/modules/notifications
- Timestamp:
- Aug 11, 2013, 5:52:29 PM (11 years ago)
- Location:
- code/branches/core6/src/modules/notifications
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/notifications/NotificationDispatcher.cc
r9629 r9638 48 48 { 49 49 50 CreateUnloadableFactory(NotificationDispatcher);50 RegisterUnloadableClass(NotificationDispatcher); 51 51 52 52 registerMemberNetworkFunction(NotificationDispatcher, broadcastHelper); -
code/branches/core6/src/modules/notifications/NotificationQueue.cc
r9629 r9638 44 44 { 45 45 46 CreateFactory(NotificationQueue);46 RegisterClass(NotificationQueue); 47 47 48 48 /** -
code/branches/core6/src/modules/notifications/NotificationQueueCEGUI.cc
r9629 r9638 46 46 { 47 47 48 CreateFactory(NotificationQueueCEGUI);48 RegisterClass(NotificationQueueCEGUI); 49 49 50 50 /*static*/ const std::string NotificationQueueCEGUI::NOTIFICATION_LAYER("NotificationLayer"); -
code/branches/core6/src/modules/notifications/dispatchers/CommandNotification.cc
r9629 r9638 44 44 namespace orxonox { 45 45 46 CreateFactory(CommandNotification);46 RegisterClass(CommandNotification); 47 47 48 48 /** -
code/branches/core6/src/modules/notifications/dispatchers/SimpleNotification.cc
r9629 r9638 39 39 namespace orxonox { 40 40 41 CreateFactory(SimpleNotification);41 RegisterClass(SimpleNotification); 42 42 43 43 /**
Note: See TracChangeset
for help on using the changeset viewer.