comparison Applications/BasicApplicationContext.cpp @ 89:f244018a4e4b wasm

BUGGY- trying to remove IVolumeSlicesObserver
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 18:27:59 +0200
parents 02c3a7a4938f
children fcec0ab44054
comparison
equal deleted inserted replaced
88:90bf4116a23c 89:f244018a4e4b
45 oracle_(viewportMutex_, 4), // Use 4 threads to download 45 oracle_(viewportMutex_, 4), // Use 4 threads to download
46 webService_(oracle_, orthanc), 46 webService_(oracle_, orthanc),
47 stopped_(true), 47 stopped_(true),
48 updateDelay_(100) // By default, 100ms between each refresh of the content 48 updateDelay_(100) // By default, 100ms between each refresh of the content
49 { 49 {
50 srand(time(NULL));
50 } 51 }
51 52
52 53
53 BasicApplicationContext::~BasicApplicationContext() 54 BasicApplicationContext::~BasicApplicationContext()
54 { 55 {