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: initializerealization.hxx
|
|
Module : realizationdispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__REALIZATION__INITIALIZEREALIZATION_HXX
|
|
#define TEAMCENTER__REALIZATION__INITIALIZEREALIZATION_HXX
|
|
|
|
#include <realizationdispatch/librealizationdispatch_exports.h>
|
|
|
|
extern "C" void REALIZATIONDISPATCH_API initializerealization();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Realization
|
|
{
|
|
extern void REALIZATIONDISPATCH_API initializerealizationInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Realization
|
|
{
|
|
extern void REALIZATIONDISPATCH_API initializerealizationExtenders();
|
|
}
|
|
}
|
|
|
|
#include <realizationdispatch/librealizationdispatch_undef.h>
|
|
#endif
|