X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fvm.hpp;h=8ddb1464a0d11b32139de7e3863e8513f1fcc77b;hb=b72eda7859994dbf86a6a5bbab64d9a048fb7ab5;hp=e57c1b958054cb535c55b124c168451ddc70f5ef;hpb=8a7af97012be283284be8e84da18fe85b59e274a;p=cacao.git diff --git a/src/vm/vm.hpp b/src/vm/vm.hpp index e57c1b958..8ddb1464a 100644 --- a/src/vm/vm.hpp +++ b/src/vm/vm.hpp @@ -111,6 +111,10 @@ public: NativeLibraries& get_nativelibraries() { return _nativelibraries; } NativeMethods& get_nativemethods () { return _nativemethods; } SuckClasspath& get_suckclasspath () { return _suckclasspath; } + +private: + // Internal helper methods. + bool start_runtime_agents(); }; #else