X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fvm.hpp;h=22a355083dbb3889cc3edcab4b828c647ef9b5af;hb=e8991f3b4e138a9a576c342edb693eae70190034;hp=4a73ecc351cc86456f08dba13ef3d366d3267745;hpb=5ab2809427a7e0b9aa58fbc56bd4afab64e38689;p=cacao.git diff --git a/src/vm/vm.hpp b/src/vm/vm.hpp index 4a73ecc35..22a355083 100644 --- a/src/vm/vm.hpp +++ b/src/vm/vm.hpp @@ -41,6 +41,7 @@ #endif #include "vm/properties.hpp" +#include "vm/suck.hpp" #include "vm/jit/optimizing/recompiler.hpp" @@ -76,6 +77,7 @@ private: #endif NativeLibraries _nativelibraries; ///< Native library table. NativeMethods _nativemethods; ///< Native methods table. + SuckClasspath _suckclasspath; ///< Classpath entries list. public: // Constructor, Destructor. @@ -105,6 +107,7 @@ public: #endif NativeLibraries& get_nativelibraries() { return _nativelibraries; } NativeMethods& get_nativemethods () { return _nativemethods; } + SuckClasspath& get_suckclasspath () { return _suckclasspath; } }; #else