* src/vm/vm.hpp (VM::start_runtime_agents): Added new helper method.
[cacao.git] / src / vm / vm.hpp
index e57c1b958054cb535c55b124c168451ddc70f5ef..8ddb1464a0d11b32139de7e3863e8513f1fcc77b 100644 (file)
@@ -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