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.
46 lines
1.1 KiB
46 lines
1.1 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: initializespecmgr.hxx
|
|
Module : specmgrdispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SPECMGR__INITIALIZESPECMGR_HXX
|
|
#define TEAMCENTER__SPECMGR__INITIALIZESPECMGR_HXX
|
|
|
|
#include <specmgrdispatch/libspecmgrdispatch_exports.h>
|
|
|
|
extern "C" void SPECMGRDISPATCH_API initializespecmgr();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace SPECMGR
|
|
{
|
|
extern void SPECMGRDISPATCH_API initializespecmgrInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace SPECMGR
|
|
{
|
|
extern void SPECMGRDISPATCH_API initializespecmgrExtenders();
|
|
}
|
|
}
|
|
|
|
#include <specmgrdispatch/libspecmgrdispatch_undef.h>
|
|
#endif
|