Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 9:54:28 PM (18 years ago)
Author:
bensch
Message:

gui: doxytags, and returning reference to temporary resolved

File:
1 edited

Legend:

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

    r7985 r7994  
    4242
    4343    virtual Executor* clone () const = 0;
     44//    virtual bool operator==(const Executor* executor) const = 0;
    4445
    4546    // SETTING up the EXECUTOR
     
    5152
    5253    // EXECUTE
     54    /** executes a Command. @param objec the Object, @param count how many values, @param values the Values */
    5355    virtual void operator()(BaseObject* object, unsigned int count, const MultiType* values) const = 0;
    54 
    5556    /** executes a Command @param object the object to apply this to @param parameters the parameters the command takes */
    5657    virtual void operator()(BaseObject* object, const SubString& sub = SubString()) const = 0;
Note: See TracChangeset for help on using the changeset viewer.