Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9754 in orxonox.OLD


Ignore:
Timestamp:
Sep 17, 2006, 2:55:58 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: moved the lua_State definitions out of the Executor.
Now the executor is 'clean' and can be extended by all types, i think…

Location:
branches/new_class_id/src/lib
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/script_engine/Makefile.am

    r8711 r9754  
    1616                script_manager.cc \
    1717                script_class.cc \
    18                 script_method.cc
    19                
     18                script_method.cc \
     19                executor_lua_state.cc
     20
    2021AM_CPPFLAGS= @LUA_INCLUDES@
    2122
     
    2526                script_manager.h \
    2627                script_class.h \
    27                 script_method.h
     28                script_method.h \
     29                executor_lua_state.h
    2830
    2931
  • branches/new_class_id/src/lib/script_engine/executor_lua_state.h

    r9753 r9754  
    2525
    2626
    27 #include "executor_generic.h"
     27#include "executor/executor_generic.h"
    2828
    2929#include "luaincl.h"
  • branches/new_class_id/src/lib/script_engine/script_method.h

    r9746 r9754  
    99#include <vector>
    1010
    11 #include "executor/executor_lua_state.h"
     11#include "executor_lua_state.h"
    1212#include "executor/executor_member.h"
    1313
  • branches/new_class_id/src/lib/util/Makefile.am

    r9753 r9754  
    77
    88libORXexecutor_a_SOURCES = \
    9                 executor/executor_lua_state.cc \
    109                executor/executor_substring.cc
    1110
     
    4544                executor/executor.h \
    4645                executor/executor_xml.h \
    47                 executor/executor_lua_state.h \
    4846                executor/executor_substring.h \
    4947                executor/executor_generic.h \
Note: See TracChangeset for help on using the changeset viewer.