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.3 KiB
45 lines
1.3 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: initializeservicescheduling.hxx
|
|
Module : serviceschedulingdispatch
|
|
|
|
@BMIDE autogenerated
|
|
====================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICESCHEDULING__INITIALIZESERVICESCHEDULING_HXX
|
|
#define TEAMCENTER__SERVICESCHEDULING__INITIALIZESERVICESCHEDULING_HXX
|
|
|
|
#include <serviceschedulingdispatch/libserviceschedulingdispatch_exports.h>
|
|
|
|
extern "C" void SERVICESCHEDULINGDISPATCH_API initializeservicescheduling();
|
|
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
extern void SERVICESCHEDULINGDISPATCH_API initializeserviceschedulingInternal();
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
extern void SERVICESCHEDULINGDISPATCH_API initializeserviceschedulingExtenders();
|
|
}
|
|
}
|
|
|
|
#include <serviceschedulingdispatch/libserviceschedulingdispatch_undef.h>
|
|
#endif
|