Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1454:9de4fa64e29c | 1455:a68545767975 |
---|---|
102 | 102 |
103 virtual void SignalChange(const ServerIndexChange& change); | 103 virtual void SignalChange(const ServerIndexChange& change); |
104 | 104 |
105 virtual bool FilterIncomingInstance(const Json::Value& simplified, | 105 virtual bool FilterIncomingInstance(const Json::Value& simplified, |
106 const std::string& remoteAet); | 106 const std::string& remoteAet); |
107 | |
108 void Execute(const std::string& command); | |
107 }; | 109 }; |
108 } | 110 } |