Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9059 in orxonox.OLD for trunk/src/lib/network/network_stream.cc


Ignore:
Timestamp:
Jul 3, 2006, 6:30:42 PM (18 years ago)
Author:
patrick
Message:

merged the network branche with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/network_stream.cc

    r8623 r9059  
    111111    serverSocket = NULL;
    112112  }
    113 
    114113  for ( PeerList::iterator i = peers.begin(); i!=peers.end(); i++)
    115114  {
     
    133132    }
    134133  }
    135  
    136134  for ( SynchronizeableList::const_iterator it = getSyncBegin(); it != getSyncEnd(); it ++ )
    137135    (*it)->setNetworkStream( NULL );
Note: See TracChangeset for help on using the changeset viewer.