Skip to content
Snippets Groups Projects
Commit abb72871 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed identifier changes in OOP commit (bug 552011)


Change-Id: I106fc9594361fc62861fbaf42df0495e27a0a6f2
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 0cbca390
No related branches found
No related tags found
No related merge requests found
......@@ -458,6 +458,7 @@ namespace Common {
{"bitand_", "bitand", "bitand"},
{"bitor_", "bitor", "bitor"},
{"bool_", "bool", "bool"},
{"class_", "class", "class"},
{"compl_", "compl", "compl"},
{"delete_", "delete", "delete"},
{"double_", "double", "double"},
......@@ -499,14 +500,12 @@ namespace Common {
{"case__", "case", "case_"},
{"catch__", "catch", "catch_"},
{"char__", "char", "char_"},
{"class__", "class", "class_"},
{"const__", "const", "const_"},
{"continue__", "continue", "continue_"},
{"default__", "default", "default_"},
{"do__", "do", "do_"},
{"else__", "else", "else_"},
{"false__", "false", "false_"},
{"finally__", "finally", "finally_"},
{"float__", "float", "float_"},
{"for__", "for", "for_"},
{"goto__", "goto", "goto_"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment