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: initializecontmgmtbase.hxx
|
|
Module : contmgmtbasedispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTBASE__INITIALIZECONTMGMTBASE_HXX
|
|
#define TEAMCENTER__CONTMGMTBASE__INITIALIZECONTMGMTBASE_HXX
|
|
|
|
#include <contmgmtbasedispatch/libcontmgmtbasedispatch_exports.h>
|
|
|
|
extern "C" void CONTMGMTBASEDISPATCH_API initializecontmgmtbase();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
extern void CONTMGMTBASEDISPATCH_API initializecontmgmtbaseInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
extern void CONTMGMTBASEDISPATCH_API initializecontmgmtbaseExtenders();
|
|
}
|
|
}
|
|
|
|
#include <contmgmtbasedispatch/libcontmgmtbasedispatch_undef.h>
|
|
#endif
|