Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 14, 2006, 10:31:40 PM (18 years ago)
Author:
bensch
Message:

cleanup

File:
1 edited

Legend:

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

    r9727 r9728  
    127127  }
    128128
    129   /**
    130    * @brief executes the Command on BaseObject
    131    * @param object the BaseObject to execute this Executor on
    132    * @param loadString ignored in this case
    133    */
    134   virtual void operator()(BaseObject* object, const SubString& = SubString()) const
    135   {
    136     PRINTF(1)("no usefull executor\n");
    137   }
    138 
    139129  virtual void operator()(BaseObject* object, lua_State*& state) const
    140130  {
     
    174164  }
    175165
    176   /**
    177    * @brief executes the Command on BaseObject
    178    * @param object the BaseObject to execute this Executor on
    179    * @param loadString ignored in this case
    180    */
    181   virtual void operator()(BaseObject* object, const SubString& = SubString()) const
    182   {
    183     PRINTF(1)("no usefull executor\n");
    184   }
    185166
    186167  virtual void operator()(BaseObject* object, lua_State*& state) const
     
    374355    this->functionPointer = function;
    375356    this->functorType = Executor_Objective;
    376   }
    377 
    378   /**
    379    * @brief executes the Command on BaseObject
    380    * @param object the BaseObject to execute this Executor on
    381    * @param loadString ignored in this case
    382    */
    383   virtual void operator()(BaseObject* object, const SubString& = SubString()) const
    384   {
    385     PRINTF(1)("no usefull executor\n");
    386357  }
    387358
Note: See TracChangeset for help on using the changeset viewer.