Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 17, 2010, 4:05:13 PM (13 years ago)
Author:
smerkli
Message:

Minimum target achieved for today, servers can log on to master server, clients can get server list. To be debugged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/libraries/network/MasterServerComm.h

    r7631 r7650  
    2929#include <cstdlib>
    3030#include <cstdio>
     31#include <string>
    3132#include <cstring>
    3233#include <enet/enet.h>
     
    6566      int sendRequest( char *data );
    6667
     68      /** \param data The data to be sent.
     69       * \return 0 for success, other for error.
     70       *
     71       * Send a request to the master server containing data specified in data
     72       * (string version)
     73       */
     74      int sendRequest( std::string data );
     75
    6776      /** \param callback The callback function to call with data receivced.
    6877       * \return 0 for success, other for error
Note: See TracChangeset for help on using the changeset viewer.