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.
40 lines
1.2 KiB
40 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: initializeclassification.hxx
|
|
Module : classificationdispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CLASSIFICATION__INITIALIZECLASSIFICATION_HXX
|
|
#define TEAMCENTER__CLASSIFICATION__INITIALIZECLASSIFICATION_HXX
|
|
|
|
#include <classificationdispatch/libclassificationdispatch_exports.h>
|
|
|
|
extern "C" void CLASSIFICATIONDISPATCH_API initializeclassification();
|
|
|
|
|
|
namespace classification
|
|
{
|
|
extern void CLASSIFICATIONDISPATCH_API initializeclassificationInternal();
|
|
}
|
|
|
|
namespace classification
|
|
{
|
|
extern void CLASSIFICATIONDISPATCH_API initializeclassificationExtenders();
|
|
}
|
|
|
|
#include <classificationdispatch/libclassificationdispatch_undef.h>
|
|
#endif
|