Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 1, 2006, 1:34:47 AM (19 years ago)
Author:
patrick
Message:

local messages now get also delivered via an externaly polled function

File:
1 edited

Legend:

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

    r9654 r9655  
    390390  this->handleDownstream( tick );
    391391  this->handleUpstream( tick );
     392
     393  // process the local data of the message manager
     394  MessageManager::getInstance()->processData();
    392395
    393396  if( this->bSoftRedirect)
Note: See TracChangeset for help on using the changeset viewer.