Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2006, 4:16:06 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: better usage of the FunctionType in the FunctionalExecutor

File:
1 edited

Legend:

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

    r9734 r9735  
    1919 * What must be defined is a XML-root to search the ParameterName under an  a Function to call.
    2020 */
    21 template<class T> class ExecutorXML : public Executor<const TiXmlElement*>
     21template<class T, class BaseClass = BaseObject> class ExecutorXML : public Executor<const TiXmlElement*>
    2222{
    2323public:
Note: See TracChangeset for help on using the changeset viewer.