increased version number to 2.1.5 and regenerated code for test fidl
[profile/ivi/common-api-dbus-runtime.git] / src / test / commonapi / tests / ExtendedInterface.h
1 /*
2 * This file was generated by the CommonAPI Generators.
3 * Used org.genivi.commonapi.core 2.1.5.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_Extended_Interface_H_
11 #define COMMONAPI_TESTS_Extended_Interface_H_
12
13
14
15 #include <commonapi/tests/TestInterface.h>
16
17 #if !defined (COMMONAPI_INTERNAL_COMPILATION)
18 #define COMMONAPI_INTERNAL_COMPILATION
19 #endif
20
21 #include <CommonAPI/types.h>
22
23 #undef COMMONAPI_INTERNAL_COMPILATION
24
25 namespace commonapi {
26 namespace tests {
27
28 class ExtendedInterface: public TestInterface {
29  public:
30     virtual ~ExtendedInterface() { }
31
32     static inline const char* getInterfaceId();
33     static inline CommonAPI::Version getInterfaceVersion();
34 };
35
36 const char* ExtendedInterface::getInterfaceId() {
37     static const char* interfaceId = "commonapi.tests.ExtendedInterface";
38     return interfaceId;
39 }
40
41 CommonAPI::Version ExtendedInterface::getInterfaceVersion() {
42     return CommonAPI::Version(1, 0);
43 }
44
45
46 } // namespace tests
47 } // namespace commonapi
48
49 namespace CommonAPI {
50
51 }
52
53
54 namespace std {
55     //hashes for types
56
57     //hashes for error types
58 }
59
60 #endif // COMMONAPI_TESTS_Extended_Interface_H_