Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2010, 1:39:56 PM (13 years ago)
Author:
smerkli
Message:

disconnect implemented, getting ready for testing.

File:
1 edited

Legend:

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

    r7756 r7761  
    6262      int connect( const char *address, unsigned int port );
    6363
     64      /** \return 0 for success, other for error
     65       *
     66       * Disconnect from master server.
     67       */
     68      int disconnect();
     69
    6470      /** \param data The data to be sent.
    6571       * \return 0 for success, other for error.
Note: See TracChangeset for help on using the changeset viewer.