diff Framework/Messages/MessageType.h @ 315:aad37d0b6407 am-2

Added LayerWidget::RemoveLayer + DELETE commands in WebService
author am@osimis.io
date Fri, 05 Oct 2018 10:38:16 +0200
parents 4a79193ffb58
children 3a4ca166fafa
line wrap: on
line diff
--- a/Framework/Messages/MessageType.h	Wed Oct 03 17:14:17 2018 +0200
+++ b/Framework/Messages/MessageType.h	Fri Oct 05 10:38:16 2018 +0200
@@ -47,9 +47,7 @@
     MessageType_OrthancApi_GenericGetJson_Ready,
     MessageType_OrthancApi_GenericGetBinary_Ready,
     MessageType_OrthancApi_GenericHttpError_Ready,
-    MessageType_OrthancApi_GetStudyIds_Ready,
-    MessageType_OrthancApi_GetStudy_Ready,
-    MessageType_OrthancApi_GetSeries_Ready,
+    MessageType_OrthancApi_GenericEmptyResponse_Ready,
 
     // used in unit tests only
     MessageType_Test1,