Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
143:f1aeec53795b | 144:aa6c8a942952 |
---|---|
107 const char* GetLastStatusText() const | 107 const char* GetLastStatusText() const |
108 { | 108 { |
109 return HttpException::GetDescription(lastStatus_); | 109 return HttpException::GetDescription(lastStatus_); |
110 } | 110 } |
111 | 111 |
112 void SetPassword(const char* username, | |
113 const char* password); | |
112 }; | 114 }; |
113 } | 115 } |