blob: ce672281399e9896b1806e8efadd3950e5d719d6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2014 Profactor GmbH
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Gerhard Ebenhofer, Matthias Plasch
* - initial API and implementation and/or initial documentation
*******************************************************************************/
//!!!autogenerated code - DO NOT EDIT!!!
#include "forteinit.h"
#include <${FORTE_SOURCE_DIR}/src/core/datatypes/forte_any.h>
${DATATYPE_INCLUDE_STRING}
${FB_INCLUDE_STRING}
extern "C"
void initForte()
{
CIEC_ANY::dummyInit();
${DATATYPE_FUNCTION_STRING}
${FB_FUNCTION_STRING}
return;
}