comparison Core/Toolbox.h @ 1103:bec1eccf976c

Hot restart of Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 11:33:46 +0200
parents ce6386b37afd
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1102:ce6386b37afd 1103:bec1eccf976c
47 { 47 {
48 }; 48 };
49 49
50 namespace Toolbox 50 namespace Toolbox
51 { 51 {
52 void ServerBarrier(bool& stopFlag); 52 void ServerBarrier(const bool& stopFlag);
53 53
54 void ServerBarrier(); 54 void ServerBarrier();
55 55
56 void ToUpperCase(std::string& s); // Inplace version 56 void ToUpperCase(std::string& s); // Inplace version
57 57