| /******************************************************************************* | |
| * Copyright (c) 2010 - 2012 ACIN, Profactor GmbH | |
| * This program and the accompanying materials are made available under the | |
| * terms of the Eclipse Public License 2.0 which is available at | |
| * http://www.eclipse.org/legal/epl-2.0. | |
| * | |
| * SPDX-License-Identifier: EPL-2.0 | |
| * | |
| * Contributors: | |
| * Michael Hofmann, Alois Zoitl, Ingo Hegny | |
| * - initial API and implementation and/or initial documentation | |
| *******************************************************************************/ | |
| //!!!autogenerated code - DO NOT EDIT!!! | |
| #include "stringlist.h" | |
| ${STRINGLIST_CPP} | |
| #ifdef FORTE_STRING_DICT_FIXED_MEMORY | |
| CStringDictionary::TStringId CStringDictionary::scm_aunIdList[cg_unFORTE_StringDictInitialMaxNrOfStrings] | |
| #else | |
| const CStringDictionary::TStringId CStringDictionary::scm_aunIdList[] | |
| #endif | |
| = {${scm_aunIdList_Str}}; | |
| #ifdef FORTE_STRING_DICT_FIXED_MEMORY | |
| char CStringDictionary::scm_acConstStringBuf[cg_unFORTE_StringDictInitialStringBufSize] | |
| #else | |
| const char CStringDictionary::scm_acConstStringBuf[] | |
| #endif | |
| = {"${scm_acConstStringBuf_Str}"}; | |
| ${ErrorStringBuf} |