added missing type / method in fidl-files for tests
[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 #include <commonapi/tests/managed/LeafInterfaceStub.h>
17
18 #if !defined (COMMONAPI_INTERNAL_COMPILATION)
19 #define COMMONAPI_INTERNAL_COMPILATION
20 #endif
21
22
23 #include <CommonAPI/ProxyManager.h>
24 #include <CommonAPI/Proxy.h>
25
26 #undef COMMONAPI_INTERNAL_COMPILATION
27
28 namespace commonapi {
29 namespace tests {
30 namespace managed {
31
32 class SecondRootProxyBase: virtual public CommonAPI::Proxy {
33  public:
34
35
36
37
38     virtual CommonAPI::ProxyManager& getProxyManagerLeafInterface() = 0;
39 };
40
41 } // namespace managed
42 } // namespace tests
43 } // namespace commonapi
44
45 #endif // COMMONAPI_TESTS_MANAGED_Second_Root_PROXY_BASE_H_