Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 21, 2006, 12:51:19 PM (18 years ago)
Author:
bensch
Message:

much more elaborate host and proxy widgets

File:
1 edited

Legend:

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

    r9360 r9383  
    3030    const IP& operator=(const IP& ip);
    3131    const IP& operator=(const IPaddress& ip);
    32     bool operator==(const IP& ip);
    33     bool operator!=(const IP& up);
     32    bool operator==(const IP& ip) const;
     33    bool operator!=(const IP& up) const;
    3434
    3535    /// RETRIVEAL
Note: See TracChangeset for help on using the changeset viewer.