Mercurial > hg > orthanc
diff OrthancServer/OrthancRestApi/OrthancRestSystem.cpp @ 2140:aa4b8895cd23
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 16:12:47 +0100 |
parents | dd609a99d39a |
children | 9b373b7d6713 |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp Wed Nov 09 15:25:09 2016 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp Wed Nov 09 16:12:47 2016 +0100 @@ -131,7 +131,7 @@ static void GetNowIsoString(RestApiGetCall& call) { - call.GetOutput().AnswerBuffer(Toolbox::GetNowIsoString(), "text/plain"); + call.GetOutput().AnswerBuffer(SystemToolbox::GetNowIsoString(), "text/plain"); }