diff OrthancServer/DicomDirWriter.cpp @ 2140:aa4b8895cd23

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:12:47 +0100
parents b1291df2f780
children 5a8840920121
line wrap: on
line diff
--- a/OrthancServer/DicomDirWriter.cpp	Wed Nov 09 15:25:09 2016 +0100
+++ b/OrthancServer/DicomDirWriter.cpp	Wed Nov 09 16:12:47 2016 +0100
@@ -126,7 +126,7 @@
   {
   private:
     std::string fileSetId_;
-    Toolbox::TemporaryFile file_;
+    TemporaryFile file_;
     std::auto_ptr<DcmDicomDir> dir_;
 
     typedef std::pair<ResourceType, std::string>  IndexKey;
@@ -260,7 +260,7 @@
       // cf. "DicomDirInterface::buildStudyRecord()"
 
       std::string nowDate, nowTime;
-      Toolbox::GetNowDicom(nowDate, nowTime);
+      SystemToolbox::GetNowDicom(nowDate, nowTime);
 
       std::string studyDate;
       if (!GetUtf8TagValue(studyDate, dicom, encoding, DCM_StudyDate) &&