Skip to content

Commit 37a1748

Browse files
committed
[NAMING] Update the Service/Sink to their respective template
1 parent f60b99f commit 37a1748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

Launcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ class Launcher : public PluginHost::IPlugin {
784784
private:
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

0 commit comments

Comments
 (0)