Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 20, 2006, 11:29:35 AM (18 years ago)
Author:
patrick
Message:

changed interface of ip slighlu

File:
1 edited

Legend:

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

    r9334 r9344  
    3535    /// RETRIVEAL
    3636    /** @returns the IP */
    37     int ip() const { return this->_ip; };
     37    int host() const { return this->_ip; };
    3838    /** @returns the Port */
    3939    short port() const { return this->_port; };
Note: See TracChangeset for help on using the changeset viewer.