Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9445 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h


Ignore:
Timestamp:
Jul 25, 2006, 8:24:21 AM (18 years ago)
Author:
bensch
Message:

some more const's

File:
1 edited

Legend:

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

    r9444 r9445  
    2727    inline bool isClient() const { return this->nodeType == NET_CLIENT; }
    2828
    29     const std::string& getNodeTypeString();
     29    const std::string& getNodeTypeString() const;
     30    static const std::string& nodeTypeToString(unsigned int type);
    3031
    3132
Note: See TracChangeset for help on using the changeset viewer.