Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2006, 5:03:50 PM (18 years ago)
Author:
bensch
Message:

see this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/script_method.cc

    r8393 r8401  
    2222 * @todo this constructor is not jet implemented - do it
    2323*/
    24 ScriptMethod::ScriptMethod(const std::string& methodName, const Executor& executor)
    25 {
    26   this->addMethod(methodName, executor);
    27 }
     24ScriptMethod::ScriptMethod()
     25{ }
    2826
    2927ScriptMethod* ScriptMethod::addMethod(const std::string& methodName, const Executor& executor)
     
    5048  };
    5149}
    52 
    53 
    54 
Note: See TracChangeset for help on using the changeset viewer.