Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 10:15:18 AM (19 years ago)
Author:
patrick
Message:

making the node id system as consistant as possible

File:
1 edited

Legend:

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

    r9433 r9449  
    4141    void init();
    4242
    43     void connectToMasterServer(std::string host, int port);
    44     void connectToProxyServer(std::string host, int port);
     43    int connectToMasterServer(std::string host, int port);
     44    int connectToProxyServer(std::string host, int port);
    4545    void createServer(int port);
    4646
Note: See TracChangeset for help on using the changeset viewer.