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.
39 lines
987 B
39 lines
987 B
|
|
//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: initializepmi.hxx
|
|
Module : pmidispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef PMI__INITIALIZEPMI_HXX
|
|
#define PMI__INITIALIZEPMI_HXX
|
|
|
|
#include <pmidispatch/libpmidispatch_exports.h>
|
|
|
|
extern "C" void PMIDISPATCH_API initializepmi();
|
|
|
|
|
|
namespace pmi
|
|
{
|
|
extern void PMIDISPATCH_API initializepmiInternal();
|
|
}
|
|
|
|
namespace pmi
|
|
{
|
|
extern void PMIDISPATCH_API initializepmiExtenders();
|
|
}
|
|
|
|
#include <pmidispatch/libpmidispatch_undef.h>
|
|
#endif
|