diff OrthancServer/LuaScripting.h @ 1435:6406f5493d92

refactoring: Lua toolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 16:46:23 +0200
parents 461e7554bff7
children 02f5a3f5c0a0
line wrap: on
line diff
--- a/OrthancServer/LuaScripting.h	Tue Jun 30 16:04:05 2015 +0200
+++ b/OrthancServer/LuaScripting.h	Tue Jun 30 16:46:23 2015 +0200
@@ -52,6 +52,12 @@
     IServerCommand* ParseOperation(const std::string& operation,
                                    const Json::Value& parameters);
 
+    void InitializeJob();
+
+    void SubmitJob(const std::string& description);
+
+    void OnStableResource(const ServerIndexChange& change);
+
     boost::mutex    mutex_;
     LuaContext      lua_;
     ServerContext&  context_;