Changeset 9494 in orxonox.OLD for trunk/src/lib/network/ip.h
- Timestamp:
- Jul 27, 2006, 10:44:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/ip.h
r9406 r9494 54 54 55 55 static std::string ipToString(const IPaddress& ipaddr); 56 static std::string ipToString(int ip, int port = -1);56 static std::string ipToString(int host, int port = -1); 57 57 58 58 static void setDefaultPort(int defaultPort);
Note: See TracChangeset
for help on using the changeset viewer.