Mercurial > hg > orthanc
comparison OrthancCppClient/OrthancConnection.cpp @ 593:9d2592c08919
documentation completed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 04 Oct 2013 15:04:37 +0200 |
parents | b2357f1f026f |
children | 2d0a347e8cfc |
comparison
equal
deleted
inserted
replaced
592:c5ee586a0a08 | 593:9d2592c08919 |
---|---|
94 if (!client_.Apply(v)) | 94 if (!client_.Apply(v)) |
95 { | 95 { |
96 throw OrthancClientException(Orthanc::ErrorCode_NetworkProtocol); | 96 throw OrthancClientException(Orthanc::ErrorCode_NetworkProtocol); |
97 } | 97 } |
98 | 98 |
99 Refresh(); | 99 Reload(); |
100 } | 100 } |
101 | 101 |
102 | 102 |
103 void OrthancConnection::StoreFile(const char* filename) | 103 void OrthancConnection::StoreFile(const char* filename) |
104 { | 104 { |