comparison Framework/Oracle/ThreadedOracle.h @ 825:9a6c7a5dcb76

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 May 2019 15:45:15 +0200
parents f6438fdc447e
children 3a984741686f
comparison
equal deleted inserted replaced
824:15d493101c1e 825:9a6c7a5dcb76
78 78
79 void SetThreadsCount(unsigned int count); 79 void SetThreadsCount(unsigned int count);
80 80
81 void SetSleepingTimeResolution(unsigned int milliseconds); 81 void SetSleepingTimeResolution(unsigned int milliseconds);
82 82
83 virtual void Start(); 83 void Start();
84 84
85 virtual void Stop() 85 void Stop()
86 { 86 {
87 StopInternal(); 87 StopInternal();
88 } 88 }
89 89
90 virtual void Schedule(const IObserver& receiver, 90 virtual void Schedule(const IObserver& receiver,