Changeset 10464 for code/branches/core7/src/orxonox/chat
- Timestamp:
- May 25, 2015, 12:13:34 AM (10 years ago)
- Location:
- code/branches/core7/src/orxonox/chat
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/chat/ChatHistory.cc
r10459 r10464 34 34 { 35 35 /* singleton */ 36 ManageScopedSingleton( ChatHistory, ScopeID::R oot, false );36 ManageScopedSingleton( ChatHistory, ScopeID::ROOT, false ); 37 37 38 38 RegisterAbstractClass(ChatHistory).inheritsFrom<ChatListener>(); -
code/branches/core7/src/orxonox/chat/ChatInputHandler.cc
r10459 r10464 62 62 { 63 63 /* singleton */ 64 ManageScopedSingleton( ChatInputHandler, ScopeID::G raphics, false );64 ManageScopedSingleton( ChatInputHandler, ScopeID::GRAPHICS, false ); 65 65 66 66 /* add commands to console */ -
code/branches/core7/src/orxonox/chat/ChatManager.cc
r10459 r10464 40 40 namespace orxonox 41 41 { 42 ManageScopedSingleton(ChatManager, ScopeID::R oot, false);42 ManageScopedSingleton(ChatManager, ScopeID::ROOT, false); 43 43 44 44 SetConsoleCommand("chat", &ChatManager::chat).defaultValue(1, NETWORK_PEER_ID_BROADCAST);
Note: See TracChangeset
for help on using the changeset viewer.