comparison Applications/BasicApplicationContext.cpp @ 69:1553b67b24e5 wasm

OrthancSynchronousWebService
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 May 2017 20:35:11 +0200
parents 298f375dcb68
children 8677d95753f8
comparison
equal deleted inserted replaced
68:1526d38ef6da 69:1553b67b24e5
39 boost::this_thread::sleep(boost::posix_time::milliseconds(that->updateDelay_)); 39 boost::this_thread::sleep(boost::posix_time::milliseconds(that->updateDelay_));
40 } 40 }
41 } 41 }
42 42
43 43
44 BasicApplicationContext::BasicApplicationContext(OrthancWebService& orthanc) : 44 BasicApplicationContext::BasicApplicationContext(OrthancSynchronousWebService& orthanc) :
45 orthanc_(orthanc), 45 orthanc_(orthanc),
46 stopped_(true), 46 stopped_(true),
47 updateDelay_(100) // By default, 100ms between each refresh of the content 47 updateDelay_(100) // By default, 100ms between each refresh of the content
48 { 48 {
49 } 49 }