Mercurial > hg > orthanc
comparison Plugins/Samples/Common/IOrthancConnection.h @ 2181:761dfdabe437
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Nov 2016 17:08:42 +0100 |
parents | 71b8bec8ca91 |
children | 1d0838b8e9c5 |
comparison
equal
deleted
inserted
replaced
2180:71b8bec8ca91 | 2181:761dfdabe437 |
---|---|
59 | 59 |
60 static void RestApiGet(Json::Value& result, | 60 static void RestApiGet(Json::Value& result, |
61 IOrthancConnection& orthanc, | 61 IOrthancConnection& orthanc, |
62 const std::string& uri); | 62 const std::string& uri); |
63 | 63 |
64 static void RestApiGet(Json::Value& result, | 64 static void RestApiPost(Json::Value& result, |
65 IOrthancConnection& orthanc, | 65 IOrthancConnection& orthanc, |
66 const std::string& uri, | 66 const std::string& uri, |
67 const std::string& body); | 67 const std::string& body); |
68 }; | 68 }; |
69 } | 69 } |