comparison Applications/Generic/NativeStoneApplicationContext.cpp @ 418:c23df8b3433b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Nov 2018 18:32:48 +0100
parents e33659decec5
children 8999823db8b8 b70e9be013e4
comparison
equal deleted inserted replaced
417:aee3d7941c9b 418:c23df8b3433b
44 } 44 }
45 } 45 }
46 46
47 47
48 NativeStoneApplicationContext::NativeStoneApplicationContext(MessageBroker& broker) : 48 NativeStoneApplicationContext::NativeStoneApplicationContext(MessageBroker& broker) :
49 broker_(broker), 49 StoneApplicationContext(broker),
50 centralViewport_(broker), 50 centralViewport_(broker),
51 stopped_(true), 51 stopped_(true),
52 updateDelayInMs_(100) // By default, 100ms between each refresh of the content 52 updateDelayInMs_(100) // By default, 100ms between each refresh of the content
53 { 53 {
54 srand(time(NULL)); 54 srand(time(NULL));