summaryrefslogtreecommitdiff
path: root/src/CommonAPI/ServicePublisher.hpp
diff options
context:
space:
mode:
authorStefan Laner <laner@itestra.de>2014-02-24 09:41:53 +0100
committerStefan Laner <laner@itestra.de>2014-02-26 10:52:17 +0100
commitb94ed2030fd13d100a757d531983b2fd2498b62e (patch)
treecc2c675f7999130edbd4ea76ebd6458d0d730c9b /src/CommonAPI/ServicePublisher.hpp
parentfa209eed0e5c81c277601aa24069fa23f61b675d (diff)
downloadgenivi-common-api-runtime-b94ed2030fd13d100a757d531983b2fd2498b62e.tar.gz
Windows compatible version
Change-Id: I775e584175ec3dcde258e7bed261c61e763d20ce
Diffstat (limited to 'src/CommonAPI/ServicePublisher.hpp')
-rw-r--r--src/CommonAPI/ServicePublisher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/ServicePublisher.hpp b/src/CommonAPI/ServicePublisher.hpp
index 604bf07..bab75ed 100644
--- a/src/CommonAPI/ServicePublisher.hpp
+++ b/src/CommonAPI/ServicePublisher.hpp
@@ -20,7 +20,7 @@ bool ServicePublisher::registerService(std::shared_ptr<_Stub> stub,
std::shared_ptr<Factory> factory) {
std::shared_ptr<StubBase> stubBase = std::dynamic_pointer_cast<StubBase>(stub);
- return registerService(stubBase, _Stub::StubAdapterType::getInterfaceId(), participantId, serviceName, domain, factory);
+ return registerService(stubBase, _Stub::StubInterface::getInterfaceId(), participantId, serviceName, domain, factory);
}
template<typename _Stub>