diff OrthancServer/ServerIndex.cpp @ 930:27d256e0b458 mac

integration mainline -> mac
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Jun 2014 16:47:18 +0200
parents 84513f2ee1f3
children c2c28dd17e87 b067017a8a5b
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed Apr 16 17:02:07 2014 +0200
+++ b/OrthancServer/ServerIndex.cpp	Tue Jun 24 16:47:18 2014 +0200
@@ -30,6 +30,7 @@
  **/
 
 
+#include "PrecompiledHeadersServer.h"
 #include "ServerIndex.h"
 
 #ifndef NOMINMAX
@@ -1497,7 +1498,7 @@
 
   void ServerIndex::UnstableResourcesMonitorThread(ServerIndex* that)
   {
-    int stableAge = GetGlobalIntegerParameter("StableAge", 60);
+    int stableAge = Configuration::GetGlobalIntegerParameter("StableAge", 60);
     if (stableAge <= 0)
     {
       stableAge = 60;