Changeset 1524 for code/branches/input/src/network
- Timestamp:
- Jun 3, 2008, 12:20:36 AM (16 years ago)
- Location:
- code/branches/input/src/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/network/Client.h
r1505 r1524 46 46 #include <string> 47 47 48 #include "core/Tickable.h"49 48 #include "ClientConnection.h" 50 49 #include "PacketManager.h" … … 63 62 * 64 63 */ 65 class _NetworkExport Client : PacketDecoder , public orxonox::Tickable{64 class _NetworkExport Client : PacketDecoder{ 66 65 public: 67 66 -
code/branches/input/src/network/Server.h
r1505 r1524 46 46 #include <string> 47 47 48 #include "core/Tickable.h"49 48 #include "PacketManager.h" 50 49 … … 57 56 * It implements all functions necessary for a Server 58 57 */ 59 class _NetworkExport Server : public PacketDecoder , public orxonox::Tickable{58 class _NetworkExport Server : public PacketDecoder{ 60 59 public: 61 60 Server();
Note: See TracChangeset
for help on using the changeset viewer.