Changeset 9659 for code/branches/core6/src/modules/notifications
- Timestamp:
- Aug 18, 2013, 4:57:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/notifications/NotificationManager.cc
r8858 r9659 55 55 NotificationManager::NotificationManager() 56 56 { 57 Register RootObject(NotificationManager);57 RegisterObject(NotificationManager); 58 58 59 59 orxout(internal_info, context::notifications) << "NotificatioManager created." << endl;
Note: See TracChangeset
for help on using the changeset viewer.