Changeset 10380 for code/branches/core7/src/orxonox/chat
- Timestamp:
- Apr 22, 2015, 10:30:42 PM (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
r9667 r10380 35 35 /* singleton */ 36 36 ManageScopedSingleton( ChatHistory, ScopeID::Root, false ); 37 38 RegisterAbstractClass(ChatHistory).inheritsFrom<ChatListener>(); 39 37 40 #endif 38 41 -
code/branches/core7/src/orxonox/chat/ChatInputHandler.cc
r10347 r10380 68 68 SetConsoleCommand( "startchat_small", &ChatInputHandler::activate_small_static ); 69 69 70 RegisterAbstractClass(ChatInputHandler).inheritsFrom<ChatListener>(); 71 70 72 /* constructor */ 71 73 ChatInputHandler::ChatInputHandler() -
code/branches/core7/src/orxonox/chat/ChatManager.cc
r10362 r10380 43 43 44 44 SetConsoleCommand("chat", &ChatManager::chat).defaultValue(1, NETWORK_PEER_ID_BROADCAST); 45 46 RegisterAbstractClass(ChatManager).inheritsFrom<NetworkChatListener>(); 45 47 46 48 ChatManager::ChatManager()
Note: See TracChangeset
for help on using the changeset viewer.