diff CppClient/OrthancConnection.h @ 6:c584c25a74fd

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 10:22:49 +0200
parents 798076adf9e9
children 39730d6727f3
line wrap: on
line diff
--- a/CppClient/OrthancConnection.h	Tue Jun 02 10:11:34 2015 +0200
+++ b/CppClient/OrthancConnection.h	Tue Jun 02 10:22:49 2015 +0200
@@ -45,12 +45,12 @@
    **/  
   class LAAW_API OrthancConnection : 
     public boost::noncopyable,
-    private Orthanc::ArrayFilledByThreads::IFiller
+    private ArrayFilledByThreads::IFiller
   {
   private:
     Orthanc::HttpClient client_;
     std::string orthancUrl_;
-    Orthanc::ArrayFilledByThreads  patients_;
+    ArrayFilledByThreads  patients_;
     Json::Value content_;
 
     void ReadPatients();