diff OrthancCppClient/HttpClient.h @ 144:aa6c8a942952

http client password
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 14:39:38 +0200
parents 77aec9be0a51
children e3a40c7846b8
line wrap: on
line diff
--- a/OrthancCppClient/HttpClient.h	Thu Oct 11 13:02:32 2012 +0200
+++ b/OrthancCppClient/HttpClient.h	Thu Oct 11 14:39:38 2012 +0200
@@ -109,5 +109,7 @@
       return HttpException::GetDescription(lastStatus_);
     }
 
+    void SetPassword(const char* username,
+                     const char* password);
   };
 }