summaryrefslogtreecommitdiffstats
path: root/ceee/ie/broker/broker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/ie/broker/broker.cc')
-rw-r--r--ceee/ie/broker/broker.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/ceee/ie/broker/broker.cc b/ceee/ie/broker/broker.cc
index 36e8bc8..65ea376 100644
--- a/ceee/ie/broker/broker.cc
+++ b/ceee/ie/broker/broker.cc
@@ -16,9 +16,8 @@
HRESULT CeeeBroker::FinalConstruct() {
// So that we get a pointer to the ExecutorsManager and let tests override it.
- executors_manager_ = Singleton<ExecutorsManager,
- ExecutorsManager::SingletonTraits>::get();
- api_dispatcher_ = ProductionApiDispatcher::get();
+ executors_manager_ = ExecutorsManager::GetInstance();
+ api_dispatcher_ = ProductionApiDispatcher::GetInstance();
return S_OK;
}