File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ namespace Plugin {
5151 _service->AddRef ();
5252 _deactivationInProgress = false ;
5353
54- _memory = Core::Service <MemoryObserverImpl>::Create<Exchange::IMemory>(0 );
54+ _memory = Core::ServiceType <MemoryObserverImpl>::Create<Exchange::IMemory>(0 );
5555 ASSERT (_memory != nullptr );
5656
5757 _activity = Core::ProxyType<Job>::Create (&config, interval, _memory);
Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ class Launcher : public PluginHost::IPlugin {
784784private:
785785 PluginHost::IShell* _service;
786786 Exchange::IMemory* _memory;
787- Core::Sink <Notification> _notification;
787+ Core::SinkType <Notification> _notification;
788788 Core::ProxyType<Job> _activity;
789789 bool _deactivationInProgress;
790790
You can’t perform that action at this time.
0 commit comments