summaryrefslogtreecommitdiff
path: root/src/CommonAPI/DBus/DBusStubAdapterHelper.h
diff options
context:
space:
mode:
authorStefan Laner <laner@itestra.de>2014-03-03 12:01:58 +0100
committerStefan Laner <laner@itestra.de>2014-03-03 12:01:58 +0100
commit3cc632bdf160300ac5bc300931ff53f1e11a1c1b (patch)
tree2e62664da922d6189e0929e89ac845e36df8a9fe /src/CommonAPI/DBus/DBusStubAdapterHelper.h
parent638d8475dc6764df0e516c6af90f6690a1eb6d8b (diff)
downloadgenivi-common-api-dbus-runtime-3cc632bdf160300ac5bc300931ff53f1e11a1c1b.tar.gz
All public inline functions arn't anymore inline
- methods with templates excluded
Diffstat (limited to 'src/CommonAPI/DBus/DBusStubAdapterHelper.h')
-rw-r--r--src/CommonAPI/DBus/DBusStubAdapterHelper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CommonAPI/DBus/DBusStubAdapterHelper.h b/src/CommonAPI/DBus/DBusStubAdapterHelper.h
index a617b15..e2cbd13 100644
--- a/src/CommonAPI/DBus/DBusStubAdapterHelper.h
+++ b/src/CommonAPI/DBus/DBusStubAdapterHelper.h
@@ -48,7 +48,6 @@ class DBusStubAdapterHelper: public virtual DBusStubAdapter {
typedef std::pair<const char*, const char*> DBusInterfaceMemberPath;
typedef std::unordered_map<DBusInterfaceMemberPath, StubDispatcherBase*> StubDispatcherTable;
- public:
DBusStubAdapterHelper(const std::shared_ptr<DBusFactory>& factory,
const std::string& commonApiAddress,
const std::string& dbusInterfaceName,