diff OrthancServer/ServerEnumerations.h @ 201:bee20e978835

refactoring of delete
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 17:36:19 +0100
parents dfa2899d9960
children 7f4acf490179
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Tue Nov 27 16:49:22 2012 +0100
+++ b/OrthancServer/ServerEnumerations.h	Tue Nov 27 17:36:19 2012 +0100
@@ -88,5 +88,7 @@
 
   const char* ToString(ResourceType type);
 
+  const char* GetBasePath(ResourceType type);
+
   const char* ToString(SeriesStatus status);
 }