Changeset 6777 for code/branches/chat/src/orxonox/ChatInputHandler.h
- Timestamp:
- Apr 26, 2010, 2:48:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/chat/src/orxonox/ChatInputHandler.h
r6776 r6777 40 40 #include <OrxonoxPrereqs.h> 41 41 #include <InputBuffer.h> 42 #include <Host.h> 42 43 43 44 … … 45 46 { 46 47 /* class to handle chat using an InputBuffer */ 47 class _OrxonoxExport ChatInputHandler 48 class _OrxonoxExport ChatInputHandler : public Singleton<ChatInputHandler> 48 49 { 49 50 private: … … 59 60 /** constructor */ 60 61 ChatInputHandler(); 62 friend class Singleton<ChatInputHandler>; 63 64 /* start listening, stop listening */ 65 void activate(); 66 void deactivate(); 61 67 62 68 void inputChanged();
Note: See TracChangeset
for help on using the changeset viewer.