Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2005, 5:49:48 PM (19 years ago)
Author:
patrick
Message:

network: changed the synchronizeable interface, since the data synchronizeables, more debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_socket.h

    r5733 r5804  
    7373
    7474  NetworkSocket();
    75   NetworkSocket(IPaddress ip, unsigned int port);
     75  NetworkSocket(IPaddress ip);
    7676  ~NetworkSocket();
    7777
    78   void connectToServer(IPaddress ip, unsigned int port);
     78  void connectToServer(IPaddress ip);
    7979  void listen(unsigned int port);
    8080  void disconnectServer();
Note: See TracChangeset for help on using the changeset viewer.