Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 1, 2006, 1:05:56 AM (19 years ago)
Author:
patrick
Message:

some connection movement work

File:
1 edited

Legend:

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

    r9625 r9654  
    4949    void forceReconnectionShell(int userId, int serverId);
    5050    void forceReconnection(int userId, int serverId);
    51     void forceReconnection(int userId, IP newAddress);
     51    void forceReconnection(int userId, int serverId, IP newAddress);
    5252    void forceReconnection(int userId, const std::string& newAddress);
    5353    static bool messageHandlerCommand( MessageType messageType, byte * data, int dataLength, void * someData, int senderId, int destinationId  );
Note: See TracChangeset for help on using the changeset viewer.