summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2016-01-14 23:33:13 +0200
committerAGaliuzov <AGaliuzov@luxoft.com>2016-01-14 23:33:13 +0200
commit5859c8f69ee80c3322b3fa980aff432fee8d80b5 (patch)
tree6fb6a9ef74f9b43974739d9d05ba1295f0dacfe6 /tools
parent7513479440cc04c0e02d0eb5ed64a950740c4be4 (diff)
parentfc19ff074e128427c18631df911f5724b364b24b (diff)
downloadsdl_core-5859c8f69ee80c3322b3fa980aff432fee8d80b5.tar.gz
Merge pull request #321 from LuxoftSDL/feature/Refactor_hmi_message_adapter
Refactor hmi message adapter
Diffstat (limited to 'tools')
-rwxr-xr-xtools/InterfaceGenerator/generator/generators/SmartFactoryBase.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py b/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
index 2b372021c2..d13ac29c9b 100755
--- a/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
+++ b/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
@@ -1223,7 +1223,7 @@ class CodeGenerator(object):
_hpp_schema_file_tempalte = string.Template(
u'''/**\n'''
- u''' * @file ${class_name}.hpp\n'''
+ u''' * @file ${class_name}.h\n'''
u''' * @brief Generated class ${class_name} header file.\n'''
u''' *\n'''
u''' * This class is a part of SmartObjects solution. It provides\n'''
@@ -1280,7 +1280,7 @@ class CodeGenerator(object):
u'''#ifndef $guard\n'''
u'''#define $guard\n'''
u'''\n'''
- u'''#include "formatters/CSmartFactory.hpp"\n'''
+ u'''#include "formatters/CSmartFactory.h"\n'''
u'''#include "smart_objects/smart_schema.h"\n'''
u'''#include "smart_objects/schema_item.h"\n'''
u'''#include "utils/shared_ptr.h"\n'''