comparison Core/Toolbox.h @ 1101:e5686a703c63

ServerBarrier with external stop condition
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 10:21:43 +0200
parents 64f1842aae2e
children ce6386b37afd
comparison
equal deleted inserted replaced
1100:f21f7783f934 1101:e5686a703c63
47 { 47 {
48 }; 48 };
49 49
50 namespace Toolbox 50 namespace Toolbox
51 { 51 {
52 void ServerBarrier(bool& stopFlag);
53
52 void ServerBarrier(); 54 void ServerBarrier();
53 55
54 void ToUpperCase(std::string& s); // Inplace version 56 void ToUpperCase(std::string& s); // Inplace version
55 57
56 void ToLowerCase(std::string& s); // Inplace version 58 void ToLowerCase(std::string& s); // Inplace version