Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2005, 4:16:51 PM (18 years ago)
Author:
patrick
Message:

network: merged the trunk into the network with the command svn merge -r5824:HEAD ../trunk network, changes changed… bla bla..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_manager.h

    r5829 r5968  
    4242    void shutdownConnection();
    4343
     44
    4445    void connectSynchronizeable(Synchronizeable& sync);
    45 
    4646    void synchronize();
     47   
    4748
    4849  private:
     
    5152
    5253  private:
    53     std::list<BaseObject*>*    netStreamList;            // list with refs to all network streams
    54     std::list<BaseObject*>*    syncList;                 // list of synchronizeables
     54    const std::list<BaseObject*>*    netStreamList;            // list with refs to all network streams
     55    const std::list<BaseObject*>*    syncList;                 // list of synchronizeables
    5556    static NetworkManager* singletonRef;           //!< Pointer to the only instance of this Class
    5657    NetworkStream*         tmpStream;              //!< FIXME: this is only for testing purposes
Note: See TracChangeset for help on using the changeset viewer.