Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9323 in orxonox.OLD for branches/proxy/src/lib/network/ip.h


Ignore:
Timestamp:
Jul 18, 2006, 12:03:22 PM (18 years ago)
Author:
bensch
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/ip.h

    r9321 r9323  
    55 * @brief the ip class is used to transform strings to ip's and backwards
    66 * it can also be used to
    7  *
    87 */
    98
     
    1110#define __IP_H__
    1211
     12#include "netdefs.h"
    1313#include <string>
    1414
    15 #include "netdefs.h"
    1615
    1716
     
    5049    static std::string ipToString(int ip, int port = -1);
    5150
    52 
    5351    static void setDefaultPort(short defaultPort);
    5452    static short defaultPort(short defaultPort) { return IP::_defaultPort; };
     
    5856    short         _port;         //!< The Port number of the IP
    5957
    60 
    6158    static short  _defaultPort;  //!< Default Port
    6259};
Note: See TracChangeset for help on using the changeset viewer.