Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 13, 2006, 10:50:10 PM (18 years ago)
Author:
patrick
Message:

better interface now

File:
1 edited

Legend:

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

    r9276 r9277  
    2222
    2323
     24    void addClient(PeerInfo* node);
     25    void addProxyServer(PeerInfo* node);
     26    void addMasterServer(PeerInfo* node);
     27
     28    void removeClient(PeerInfo* node);
     29    void removeProxyServer(PeerInfo* node);
     30    void removeMasterServer(PeerInfo* node);
     31
     32
     33
    2434  private:
    2535    int                          nodeType;                     //!< the type of the node
     36    int                          playerNumber;                 //!< localy direct connected player number
    2637
     38    /* network nodes directly connected to this node */
    2739    std::list<PeerInfo*>         clientList;                   //!< list of all clients in the network
    2840    std::list<PeerInfo*>         proxyServerList;              //!< list of all proxy servers in the network
Note: See TracChangeset for help on using the changeset viewer.