Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 10:07:15 PM (18 years ago)
Author:
patrick
Message:

integration of the networkmonitor into the shared network data, using the new getPeerByUserId

File:
1 edited

Legend:

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

    r9576 r9583  
    302302  // create the network monitor after all the init work and before there is any connection handlings
    303303  if( this->networkMonitor == NULL)
     304  {
    304305    this->networkMonitor = new NetworkMonitor(this);
     306    SharedNetworkData::getInstance()->setNetworkMonitor( this->networkMonitor);
     307  }
    305308
    306309
Note: See TracChangeset for help on using the changeset viewer.