diff OrthancServer/LuaScripting.h @ 1455:a68545767975

Initialize() and Finalize() events in Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 15:17:19 +0200
parents 5ba7471780ae
children 68827c07e683
line wrap: on
line diff
--- a/OrthancServer/LuaScripting.h	Thu Jul 02 12:30:55 2015 +0200
+++ b/OrthancServer/LuaScripting.h	Thu Jul 02 15:17:19 2015 +0200
@@ -104,5 +104,7 @@
 
     virtual bool FilterIncomingInstance(const Json::Value& simplified,
                                         const std::string& remoteAet);
+
+    void Execute(const std::string& command);
   };
 }