Changeset 2112 for code/branches/objecthierarchy/src/orxonox/overlays
- Timestamp:
- Nov 2, 2008, 12:54:17 PM (17 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox/overlays/hud
- Files:
- 
          - 2 edited
 
 - 
          ChatOverlay.cc (modified) (1 diff)
- 
          ChatOverlay.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.ccr2072 r2112 72 72 std::string text; 73 73 74 if (senderID != network::CLIENTID_UNKNOWN)74 if (senderID != CLIENTID_UNKNOWN) 75 75 { 76 76 std::string name = "unknown"; 
- 
        code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.hr2072 r2112 39 39 namespace orxonox 40 40 { 41 class _OrxonoxExport ChatOverlay : public OverlayText, public network::ChatListener41 class _OrxonoxExport ChatOverlay : public OverlayText, public ChatListener 42 42 { 43 43 public: 
Note: See TracChangeset
          for help on using the changeset viewer.
      


 
            







