diff Core/Toolbox.h @ 2077:14ce887a9182

NaCl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Aug 2016 17:35:38 +0200
parents 27fd34970c52
children 0c09d1af22f3
line wrap: on
line diff
--- a/Core/Toolbox.h	Wed Aug 17 14:43:57 2016 +0200
+++ b/Core/Toolbox.h	Wed Aug 31 17:35:38 2016 +0200
@@ -49,6 +49,8 @@
 
   namespace Toolbox
   {
+    void USleep(uint64_t microSeconds);
+
 #if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1
     ServerBarrierEvent ServerBarrier(const bool& stopFlag);
 
@@ -88,10 +90,6 @@
 #endif
 
 #if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1
-    void USleep(uint64_t microSeconds);
-#endif
-
-#if !defined(ORTHANC_SANDBOXED) || ORTHANC_SANDBOXED != 1
     void RemoveFile(const std::string& path);
 #endif