Changeset 673 for code/branches/FICN/src/network
- Timestamp:
- Dec 22, 2007, 10:15:06 PM (17 years ago)
- Location:
- code/branches/FICN/src/network
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/Client.h
r496 r673 11 11 // 12 12 13 #ifndef NETWORK_CLIENT_H14 #define NETWORK_CLIENT_H13 #ifndef _Client_H__ 14 #define _Client_H__ 15 15 16 16 #include <string> … … 69 69 } 70 70 71 #endif 71 #endif /* _Client_H__ */ -
code/branches/FICN/src/network/ClientConnection.h
r658 r673 10 10 // 11 11 // 12 #ifndef NETWORK_CLIENTCONNECTION_H13 #define NETWORK_CLIENTCONNECTION_H12 #ifndef _ClientConnection_H__ 13 #define _ClientConnection_H__ 14 14 15 15 #include <iostream> … … 78 78 } 79 79 80 #endif 80 #endif /* _ClientConnection_H__ */ -
code/branches/FICN/src/network/ClientInformation.h
r636 r673 10 10 // 11 11 // 12 #ifndef NETWORKCLIENTINFORMATION_H13 #define NETWORKCLIENTINFORMATION_H12 #ifndef _ClientInformation_H__ 13 #define _ClientInformation_H__ 14 14 15 15 #include <enet/enet.h> … … 66 66 } 67 67 68 #endif 68 #endif /* _ClientInformation_H__ */ -
code/branches/FICN/src/network/ConnectionManager.h
r496 r673 10 10 // 11 11 // 12 #ifndef NETWORK_CONNECTIONMANAGER_H13 #define NETWORK_CONNECTIONMANAGER_H12 #ifndef _ConnectionManager_H__ 13 #define _ConnectionManager_H__ 14 14 15 15 #include <iostream> … … 88 88 } 89 89 90 #endif 90 #endif /* _ConnectionManager_H__ */ -
code/branches/FICN/src/network/GameStateClient.h
r620 r673 10 10 // 11 11 // 12 #ifndef NETWORK_GAMESTATECLIENT_H13 #define NETWORK_GAMESTATECLIENT_H12 #ifndef _GameStateClient_H__ 13 #define _GameStateClient_H__ 14 14 15 15 #include "zlib.h" … … 42 42 } 43 43 44 #endif 44 #endif /* _GameStateClient_H__ */ -
code/branches/FICN/src/network/GameStateManager.h
r624 r673 10 10 // 11 11 // 12 #ifndef NETWORK_GAMESTATEMANAGER_H13 #define NETWORK_GAMESTATEMANAGER_H12 #ifndef _GameStateManager_H__ 13 #define _GameStateManager_H__ 14 14 15 15 #include <map> … … 66 66 } 67 67 68 #endif 68 #endif /* _GameStateManager_H__ */ -
code/branches/FICN/src/network/NetworkFrameListener.h
r614 r673 11 11 // 12 12 13 #ifndef NETWORKFRAMELISTENER_H14 #define NETWORKFRAMELISTENER_H13 #ifndef _NetworkFrameListener_H__ 14 #define _NetworkFrameListener_H__ 15 15 16 16 #include "OgreFrameListener.h" … … 47 47 } 48 48 49 #endif 49 #endif /* _NetworkFrameListener_H__ */ -
code/branches/FICN/src/network/PacketBuffer.h
r337 r673 11 11 // 12 12 13 #ifndef NETWORK_PACKETBUFFER_H14 #define NETWORK_PACKETBUFFER_H13 #ifndef _PacketBuffer_H__ 14 #define _PacketBuffer_H__ 15 15 16 16 #include <queue> … … 56 56 57 57 } //namespace 58 #endif /* NETWORK_PACKETBUFFER_H*/58 #endif /* _PacketBuffer_H__ */ -
code/branches/FICN/src/network/PacketManager.h
r620 r673 1 #ifndef PACKETMANAGER_H_2 #define PACKETMANAGER_H_1 #ifndef _PacketManager_H__ 2 #define _PacketManager_H__ 3 3 4 4 #include <string> … … 81 81 } 82 82 83 #endif /* PACKETMANAGER_H_*/83 #endif /* _PacketManager_H__ */ -
code/branches/FICN/src/network/PacketTypes.h
r592 r673 11 11 // 12 12 13 #ifndef NETWORK_PACKETTYPES_H14 #define NETWORK_PACKETTYPES_H13 #ifndef _PacketTypes_H__ 14 #define _PacketTypes_H__ 15 15 16 16 namespace network{ … … 85 85 } 86 86 87 #endif 87 #endif /* _PacketTypes_H__ */ -
code/branches/FICN/src/network/Server.h
r620 r673 11 11 // 12 12 13 #ifndef NETWORK_SERVER_H14 #define NETWORK_SERVER_H13 #ifndef _Server_H__ 14 #define _Server_H__ 15 15 16 16 #include <string> … … 60 60 } 61 61 62 #endif 62 #endif /* _Server_H__ */ -
code/branches/FICN/src/network/Synchronisable.h
r630 r673 10 10 // 11 11 // 12 #ifndef NETWORK_SYNCHRONISABLE_H13 #define NETWORK_SYNCHRONISABLE_H12 #ifndef _Synchronisable_H__ 13 #define _Synchronisable_H__ 14 14 15 15 #include <list> … … 71 71 } 72 72 73 #endif 73 #endif /* _Synchronisable_H__ */
Note: See TracChangeset
for help on using the changeset viewer.