diff OrthancServer/DatabaseWrapperBase.h @ 1672:4c5a85c3ff43 db-changes

sample database plugin now working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Oct 2015 12:20:49 +0200
parents 2f2e2ec17bc4
children 2ad22b2970a2
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapperBase.h	Thu Oct 01 17:44:43 2015 +0200
+++ b/OrthancServer/DatabaseWrapperBase.h	Fri Oct 02 12:20:49 2015 +0200
@@ -46,6 +46,11 @@
 
 namespace Orthanc
 {
+  /**
+   * This class is shared between the Orthanc core and the sample
+   * database plugin whose code is in
+   * "../Plugins/Samples/DatabasePlugin".
+   **/
   class DatabaseWrapperBase
   {
   private: