comparison Applications/Generic/NativeStoneApplicationContext.h @ 1060:e146743f6cdc broker

removing file MessageBroker.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Oct 2019 17:20:41 +0200
parents e713f1a99861
children 5d1b0d2f4b15
comparison
equal deleted inserted replaced
1059:e713f1a99861 1060:e146743f6cdc
67 { 67 {
68 that_.updateDelayInMs_ = delayInMs; 68 that_.updateDelayInMs_ = delayInMs;
69 } 69 }
70 }; 70 };
71 71
72 NativeStoneApplicationContext(MessageBroker& broker); 72 NativeStoneApplicationContext();
73 73
74 void Start(); 74 void Start();
75 75
76 void Stop(); 76 void Stop();
77 }; 77 };