Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 14, 2006, 10:59:33 AM (19 years ago)
Author:
patrick
Message:

first network monitor debug session

File:
1 edited

Legend:

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

    r9282 r9286  
    1111#include "monitor/connection_monitor.h"
    1212
     13#include <string>
    1314
    1415//!< this structure contains informations about the network node
     
    2526    inline bool isClient() { return this->nodeType == NET_CLIENT; }
    2627
     28    std::string getNodeTypeString();
     29
    2730
    2831  public:
    2932    int                 userId;
    3033    int                 nodeType;
    31 //     bool                isMasterServer;
    32 //     bool                isProxyServer;
    33 //     bool                isClient;
    3434    NetworkSocket *     socket;
    3535    Handshake *         handshake;
Note: See TracChangeset for help on using the changeset viewer.