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

the wrapper is working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jul 2013 12:01:51 +0200
parents 50d9660f960c
children eaca3d38b2aa
line wrap: on
line diff
--- a/OrthancCppClient/OrthancConnection.cpp	Thu Jul 18 10:12:20 2013 +0200
+++ b/OrthancCppClient/OrthancConnection.cpp	Thu Jul 18 12:01:51 2013 +0200
@@ -70,6 +70,4 @@
     client_.SetCredentials(username, password);
     ReadPatients();
   }
-
-
 }