summaryrefslogtreecommitdiff
path: root/src/test/commonapi/tests/managed/LeafInterfaceProxy.h
diff options
context:
space:
mode:
authorStefan Laner <laner@itestra.de>2013-11-28 18:41:45 +0100
committerPhilip Rauwolf <rauwolf@itestra.de>2013-11-29 16:20:47 +0100
commit8b93559fdcd3bf76526287bba288fbc8b6a77050 (patch)
treea9782ca85716886b95de597cf7f44b8e46796089 /src/test/commonapi/tests/managed/LeafInterfaceProxy.h
parente0af53f2058965dd83a3585b9000f947d9f36cd7 (diff)
downloadgenivi-common-api-dbus-runtime-8b93559fdcd3bf76526287bba288fbc8b6a77050.tar.gz
Fixed bug that prevents proxy connections from being destroyed because
of a circular dependency between DBusConnection and DBusServiceRegistry. Also removed bug that prevented ServiceRegistry-callbacks from being deregistered correctly. Extended tests, some formatting issues, fixed one spelling error. Change-Id: I6cf2148375f4c086e60f0ad642415056bd808759
Diffstat (limited to 'src/test/commonapi/tests/managed/LeafInterfaceProxy.h')
-rw-r--r--src/test/commonapi/tests/managed/LeafInterfaceProxy.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/test/commonapi/tests/managed/LeafInterfaceProxy.h b/src/test/commonapi/tests/managed/LeafInterfaceProxy.h
index 7275950..94e25d4 100644
--- a/src/test/commonapi/tests/managed/LeafInterfaceProxy.h
+++ b/src/test/commonapi/tests/managed/LeafInterfaceProxy.h
@@ -1,5 +1,5 @@
/*
-* This file was generated by the CommonAPI Generators.
+* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.4.qualifier.
* Used org.franca.core 0.8.10.201309262002.
*
@@ -30,9 +30,9 @@ class LeafInterfaceProxy: virtual public LeafInterface, virtual public LeafInter
public:
LeafInterfaceProxy(std::shared_ptr<CommonAPI::Proxy> delegate);
~LeafInterfaceProxy();
-
+
typedef LeafInterface InterfaceType;
-
+
@@ -57,7 +57,7 @@ public:
* It will provide the same value for CallStatus as will be handed to the callback.
*/
virtual std::future<CommonAPI::CallStatus> testLeafMethodAsync(const int32_t& inInt, const std::string& inString, TestLeafMethodAsyncCallback callback);
-
+
/**
* Returns the CommonAPI address of the remote partner this proxy communicates with.
@@ -169,7 +169,6 @@ CommonAPI::InterfaceVersionAttribute& LeafInterfaceProxy<_AttributeExtensions...
return delegate_->getInterfaceVersionAttribute();
}
-
} // namespace managed
} // namespace tests