diff OrthancServer/ServerEnumerations.cpp @ 1189:6b9b02a16e99 db-changes

NewChildInstance change type
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Sep 2014 17:02:28 +0200
parents 5b2d8c280ac2
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.cpp	Thu Sep 25 16:42:19 2014 +0200
+++ b/OrthancServer/ServerEnumerations.cpp	Thu Sep 25 17:02:28 2014 +0200
@@ -234,6 +234,9 @@
       case ChangeType_Deleted:
         return "Deleted";
 
+      case ChangeType_NewChildInstance:
+        return "NewChildInstance";
+
       default:
         throw OrthancException(ErrorCode_ParameterOutOfRange);
     }