Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 7:33:11 PM (13 years ago)
Author:
smerkli
Message:

documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/Server.cc

    r7745 r7750  
    101101
    102102
    103   /* TODO */
     103  /** helper that connects to the master server */
    104104  void Server::helper_ConnectToMasterserver()
    105105  {
     
    173173  {
    174174    /* handle incoming data */
     175    /* TODO this is to be implemented. */
    175176
    176177    /* done handling, return all ok code 0 */
     
    180181  void Server::helper_HandleMasterServerRequests()
    181182  {
     183    /* poll the master server for replies and see whether something
     184     * has to be done or changed.
     185     */
    182186    this->msc.pollForReply( rephandler );
    183187  }
Note: See TracChangeset for help on using the changeset viewer.