diff OrthancCppClient/OrthancConnection.h @ 506:6e4bd06c17c5 laaw

the wrapper is working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jul 2013 12:01:51 +0200
parents ec19da4a1fe7
children eaca3d38b2aa
line wrap: on
line diff
--- a/OrthancCppClient/OrthancConnection.h	Thu Jul 18 10:12:20 2013 +0200
+++ b/OrthancCppClient/OrthancConnection.h	Thu Jul 18 12:01:51 2013 +0200
@@ -64,6 +64,10 @@
                       const char* username, 
                       const char* password);
 
+    virtual ~OrthancConnection()
+    {
+    }
+
     uint32_t GetThreadCount() const
     {
       return patients_.GetThreadCount();