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.1 KiB
45 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: initializecba.hxx
|
|
Module : cbadispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CBA__INITIALIZECBA_HXX
|
|
#define TEAMCENTER__CBA__INITIALIZECBA_HXX
|
|
|
|
#include <cbadispatch/libcbadispatch_exports.h>
|
|
|
|
extern "C" void CBADISPATCH_API initializecba();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
extern void CBADISPATCH_API initializecbaInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
extern void CBADISPATCH_API initializecbaExtenders();
|
|
}
|
|
}
|
|
|
|
#include <cbadispatch/libcbadispatch_undef.h>
|
|
#endif
|