Changeset 9323 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 18, 2006, 12:03:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/ip.h
r9321 r9323 5 5 * @brief the ip class is used to transform strings to ip's and backwards 6 6 * it can also be used to 7 *8 7 */ 9 8 … … 11 10 #define __IP_H__ 12 11 12 #include "netdefs.h" 13 13 #include <string> 14 14 15 #include "netdefs.h"16 15 17 16 … … 50 49 static std::string ipToString(int ip, int port = -1); 51 50 52 53 51 static void setDefaultPort(short defaultPort); 54 52 static short defaultPort(short defaultPort) { return IP::_defaultPort; }; … … 58 56 short _port; //!< The Port number of the IP 59 57 60 61 58 static short _defaultPort; //!< Default Port 62 59 };
Note: See TracChangeset
for help on using the changeset viewer.