Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8048 in orxonox.OLD for trunk/src/lib/util/executor/executor_xml.h


Ignore:
Timestamp:
May 31, 2006, 11:10:17 PM (18 years ago)
Author:
bensch
Message:

trunk: prepare for the new Executor

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/executor/executor_xml.h

    r8042 r8048  
    6767    }
    6868
    69     virtual void operator()(BaseObject* object, unsigned int count, const MultiType* values) const
     69    virtual void operator()(BaseObject* object, unsigned int count, void* values) const
    7070    {
    71 
     71      PRINTF(1)("missuse of XML-operator, OR IMPLEMENT.\n");
    7272    }
    7373
Note: See TracChangeset for help on using the changeset viewer.