Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5885 in orxonox.OLD for trunk/src/lib/network/network_manager.h


Ignore:
Timestamp:
Dec 3, 2005, 1:29:42 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: classList: returns const lists

File:
1 edited

Legend:

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

    r5822 r5885  
    4141
    4242private:
    43   std::list<BaseObject*>*    netStreamList;            // list with refs to all network streams
    44   std::list<BaseObject*>*    syncList;                 // list of synchronizeables
     43  const std::list<BaseObject*>*    netStreamList;            // list with refs to all network streams
     44  const std::list<BaseObject*>*    syncList;                 // list of synchronizeables
    4545
    4646};
Note: See TracChangeset for help on using the changeset viewer.