Fix for inherited interfaces and tests for that including generated code
[profile/ivi/common-api-dbus-runtime.git] / src / test / commonapi / tests / managed / SecondRootProxyBase.h
1 /*
2 * This file was generated by the CommonAPI Generators. 
3 * Used org.genivi.commonapi.core 2.1.4.qualifier.
4 * Used org.franca.core 0.8.10.201309262002.
5 *
6 * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
7 * If a copy of the MPL was not distributed with this file, You can obtain one at
8 * http://mozilla.org/MPL/2.0/.
9 */
10 #ifndef COMMONAPI_TESTS_MANAGED_Second_Root_PROXY_BASE_H_
11 #define COMMONAPI_TESTS_MANAGED_Second_Root_PROXY_BASE_H_
12
13 #include "SecondRoot.h"
14
15
16
17 #include <commonapi/tests/managed/LeafInterfaceStub.h>
18
19 #if !defined (COMMONAPI_INTERNAL_COMPILATION)
20 #define COMMONAPI_INTERNAL_COMPILATION
21 #endif
22
23
24 #include <CommonAPI/ProxyManager.h>
25 #include <CommonAPI/Proxy.h>
26
27 #undef COMMONAPI_INTERNAL_COMPILATION
28
29 namespace commonapi {
30 namespace tests {
31 namespace managed {
32
33 class SecondRootProxyBase: virtual public CommonAPI::Proxy {
34  public:
35
36
37
38
39     virtual CommonAPI::ProxyManager& getProxyManagerLeafInterface() = 0;
40 };
41
42 } // namespace managed
43 } // namespace tests
44 } // namespace commonapi
45
46 #endif // COMMONAPI_TESTS_MANAGED_Second_Root_PROXY_BASE_H_