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.0 KiB
45 lines
1.0 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: initializecm.hxx
|
|
Module : cmdispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__INITIALIZECM_HXX
|
|
#define TEAMCENTER__INITIALIZECM_HXX
|
|
|
|
#include <cmdispatch/libcmdispatch_exports.h>
|
|
|
|
extern "C" void CMDISPATCH_API initializecm();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
extern void CMDISPATCH_API initializecmInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
extern void CMDISPATCH_API initializecmExtenders();
|
|
}
|
|
}
|
|
|
|
#include <cmdispatch/libcmdispatch_undef.h>
|
|
#endif
|