You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
|
|
Filename: initializeappmodel.hxx
|
|
Module : appmodeldispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APPMODEL__INITIALIZEAPPMODEL_HXX
|
|
#define TEAMCENTER__APPMODEL__INITIALIZEAPPMODEL_HXX
|
|
|
|
#include <appmodeldispatch/libappmodeldispatch_exports.h>
|
|
|
|
extern "C" void APPMODELDISPATCH_API initializeappmodel();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
extern void APPMODELDISPATCH_API initializeappmodelInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
extern void APPMODELDISPATCH_API initializeappmodelExtenders();
|
|
}
|
|
}
|
|
|
|
#include <appmodeldispatch/libappmodeldispatch_undef.h>
|
|
#endif
|