diff OrthancServer/LuaScripting.h @ 3676:231b46ce1984

Lua events for deleted/updated resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Feb 2020 14:19:49 +0100
parents 94f4a18a79cc
children 6498739a3c3c
line wrap: on
line diff
--- a/OrthancServer/LuaScripting.h	Fri Feb 14 17:22:28 2020 +0100
+++ b/OrthancServer/LuaScripting.h	Wed Feb 19 14:19:49 2020 +0100
@@ -59,6 +59,8 @@
     class OnStoredInstanceEvent;
     class StableResourceEvent;
     class JobEvent;
+    class DeleteEvent;
+    class UpdateEvent;
 
     static ServerContext* GetServerContext(lua_State *state);