Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9600 for code/branches/core6


Ignore:
Timestamp:
Mar 29, 2013, 4:34:31 PM (11 years ago)
Author:
landauf
Message:

details

Location:
code/branches/core6/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/modules/objects/SpaceBoundaries.cc

    r9557 r9600  
    7373    {
    7474        pawnsIn_.clear();
    75         for(ObjectListIterator<Pawn> current = ObjectList<Pawn>::begin(); current != ObjectList<Pawn>::end(); ++current)
     75        for(ObjectList<Pawn>::iterator current = ObjectList<Pawn>::begin(); current != ObjectList<Pawn>::end(); ++current)
    7676        {
    7777            Pawn* currentPawn = *current;
  • code/branches/core6/src/orxonox/Radar.h

    r9557 r9600  
    7474        void radarObjectChanged(RadarViewable* rv);
    7575
    76         ObjectListIterator<RadarViewable> itFocus_;
     76        ObjectList<RadarViewable>::iterator itFocus_;
    7777        RadarViewable* focus_;
    7878        std::map<std::string, RadarViewable::Shape> objectTypes_;
Note: See TracChangeset for help on using the changeset viewer.