From a54989d2fac83b6fd1f2fef8a5ea6259a2d27393 Mon Sep 17 00:00:00 2001 From: Aleksandar Kanchev Date: Mon, 14 Jan 2013 16:27:15 +0100 Subject: org.genivi.commonapi.core: fix interface proxy --- .../genivi/commonapi/core/generator/FInterfaceProxyGenerator.xtend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FInterfaceProxyGenerator.xtend b/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FInterfaceProxyGenerator.xtend index df8ab54..0acc77c 100644 --- a/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FInterfaceProxyGenerator.xtend +++ b/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FInterfaceProxyGenerator.xtend @@ -100,6 +100,7 @@ class FInterfaceProxyGenerator { #include "«fInterface.proxyBaseHeaderFile»" «IF fInterface.hasAttributes» #include + #include «ENDIF» «fInterface.model.generateNamespaceBeginDeclaration» @@ -227,7 +228,8 @@ class FInterfaceProxyGenerator { } «fInterface.model.generateNamespaceEndDeclaration» - + + «IF fInterface.hasAttributes» namespace CommonAPI { template class _AttributeExtension> struct DefaultAttributeProxyFactoryHelper<«fInterface.model.generateCppNamespace»«fInterface.proxyClassName», @@ -237,6 +239,7 @@ class FInterfaceProxyGenerator { > class_t; }; } + «ENDIF» #endif // «fInterface.defineName»_PROXY_H_ -- cgit v1.2.1