Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

using the new id scheme

File:
1 edited

Legend:

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

    r9449 r9450  
    4141    void init();
    4242
    43     int connectToMasterServer(std::string host, int port);
    44     int connectToProxyServer(std::string host, int port);
     43    void connectToMasterServer(std::string host, int port);
     44    void connectToProxyServer(int proxyId, std::string host, int port);
    4545    void createServer(int port);
    4646
    4747    void createNetworkGameManager();
    48     void startHandshake(int userId = 0);
     48    void startHandshake(int userId = NET_ID_MASTER_SERVER);
    4949
    5050    /* synchronizeable interface */
Note: See TracChangeset for help on using the changeset viewer.