Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 11:46:50 PM (18 years ago)
Author:
patrick
Message:

more proxy control functionality: message passing init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_manager.cc

    r9494 r9538  
    3131#include "network_log.h"
    3232#include "network_game_manager.h"
     33#include "proxy/proxy_control.h"
    3334
    3435
     
    116117  this->networkStream->createNetworkGameManager();
    117118
     119  // init the proxy control center
     120  ProxyControl::getInstance();
     121
    118122  PRINTF(0)("Created Network Master Server\n");
    119123  SDL_Delay(20);
     
    140144  this->networkStream->createServer( port, port +1);
    141145
    142 
    143146  // and to the other proxy servers also, this would be very nice if its works
    144 
    145 
    146   // start the network game manager
    147   //this->networkStream->createNetworkGameManager();
    148 
     147  /* put it here....*/
     148
     149  // init the proxy control center
     150  ProxyControl::getInstance();
    149151
    150152  PRINTF(0)("Created Network Proxy Server\n");
Note: See TracChangeset for help on using the changeset viewer.