diff options
Diffstat (limited to 'core/EngineHubProxyBase.h')
-rw-r--r-- | core/EngineHubProxyBase.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/EngineHubProxyBase.h b/core/EngineHubProxyBase.h index f7fe4d2..399297b 100644 --- a/core/EngineHubProxyBase.h +++ b/core/EngineHubProxyBase.h @@ -112,6 +112,13 @@ public: (void) dreConfig; return false; } + + inline virtual bool configEngineRunState( + PositioningEngineMask engType, LocEngineRunState engState) { + (void) engType; + (void) engState; + return false; + } }; typedef std::function<void(int count, EngineLocationInfo* locationArr)> |