Changeset 885
- Timestamp:
- 03/01/10 01:56:52 (5 months ago)
- Files:
-
- 1 modified
-
trunk/server/Server.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/Server.h
r881 r885 47 47 private: 48 48 void HandleTCPAccept(TCPConnection *newConn, const boost::system::error_code &error); 49 void HandleUDPConnect(UDPConnection *udpConn, const boost::system::error_code &error); 49 50 50 51 std::vector<Connection> connections; 51 52 //std::vector<Game> games; // games we are managing 52 53 53 TCPConnection *nextConnection; 54 TCPConnection *tcpConnection; 55 boost::asio::ip::udp::socket udpSocket; 56 boost::asio::ip::udp::endpoint udpSender; 54 57 55 58 boost::asio::io_service io_service;
