Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2006, 3:55:51 PM (18 years ago)
Author:
bensch
Message:

new_class_id: better constructs for the Executor.

File:
1 edited

Legend:

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

    r9733 r9734  
    5151  {
    5252    this->functionPointer = function;
    53     this->functionType = Executor<lua_State*>::FunctionDefault;
    5453  }
    5554
     
    8887  {
    8988    this->functionPointer = function;
    90     this->functionType = Executor<lua_State*>::FunctionDefault;
    9189  }
    9290
     
    124122  {
    125123    this->functionPointer = function;
    126     this->functionType = Executor<lua_State*>::FunctionDefault;
    127124  }
    128125
     
    161158  {
    162159    this->functionPointer = function;
    163     this->functionType = Executor<lua_State*>::FunctionDefault;
    164160  }
    165161
     
    200196  {
    201197    this->functionPointer = function;
    202     this->functionType = Executor<lua_State*>::FunctionDefault;
    203198  }
    204199
     
    246241  {
    247242    this->functionPointer = function;
    248     this->functionType = Executor<lua_State*>::FunctionDefault;
    249243  }
    250244
     
    282276  {
    283277    this->functionPointer = function;
    284     this->functionType = Executor<lua_State*>::FunctionDefault;
    285278  }
    286279
     
    317310  {
    318311    this->functionPointer = function;
    319     this->functionType = Executor<lua_State*>::FunctionDefault;
    320312  }
    321313
     
    354346  {
    355347    this->functionPointer = function;
    356     this->functionType = Executor<lua_State*>::FunctionDefault;
    357348  }
    358349
     
    392383  {
    393384    this->functionPointer = function;
    394     this->functionType = Executor<lua_State*>::FunctionDefault;
    395385  }
    396386
     
    430420  {
    431421    this->functionPointer = function;
    432     this->functionType = Executor<lua_State*>::FunctionDefault;
    433422  }
    434423
     
    471460  {
    472461    this->functionPointer = function;
    473     this->functionType = Executor<lua_State*>::FunctionDefault;
    474462  }
    475463
     
    514502  {
    515503    this->functionPointer = function;
    516     this->functionType = Executor<lua_State*>::FunctionDefault;
    517504  }
    518505
Note: See TracChangeset for help on using the changeset viewer.