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: initializepartition.hxx
|
|
Module : partitiondispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PARTITION__INITIALIZEPARTITION_HXX
|
|
#define TEAMCENTER__PARTITION__INITIALIZEPARTITION_HXX
|
|
|
|
#include <partitiondispatch/libpartitiondispatch_exports.h>
|
|
|
|
extern "C" void PARTITIONDISPATCH_API initializepartition();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Partition
|
|
{
|
|
extern void PARTITIONDISPATCH_API initializepartitionInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Partition
|
|
{
|
|
extern void PARTITIONDISPATCH_API initializepartitionExtenders();
|
|
}
|
|
}
|
|
|
|
#include <partitiondispatch/libpartitiondispatch_undef.h>
|
|
#endif
|