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.
78 lines
2.0 KiB
78 lines
2.0 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:
|
|
This file contains the declaration for the Business Object, Cm0GnWorkOrderDelegate
|
|
Filename: Cm0GnWorkOrderDelegate.hxx
|
|
Module: cm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CM0GNWORKORDERDELEGATE_HXX
|
|
#define TEAMCENTER__CM0GNWORKORDERDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cm/Cm0GnWorkOrder.hxx>
|
|
|
|
#include <cm/libcm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0GnWorkOrderDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0GnWorkOrderImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0GnWorkOrder;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0GnWorkOrderGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CM_API Teamcenter_alias::Cm0GnWorkOrderDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cm0GnWorkOrderDelegate instance
|
|
static Cm0GnWorkOrderDelegate& getInstance();
|
|
|
|
// Method to create the Cm0GnWorkOrderImpl pointer
|
|
static Cm0GnWorkOrderImpl* createImpl( Cm0GnWorkOrder& ifObj );
|
|
|
|
// Method to delete the Cm0GnWorkOrderImpl pointer
|
|
static void deleteImpl( Cm0GnWorkOrderImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Cm0GnWorkOrderDelegate* m_pInstance;
|
|
|
|
Cm0GnWorkOrderDelegate();
|
|
virtual ~Cm0GnWorkOrderDelegate();
|
|
static void setInstance( Cm0GnWorkOrderDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Cm0GnWorkOrderGenImpl;
|
|
|
|
};
|
|
|
|
#include <cm/libcm_undef.h>
|
|
#endif // TEAMCENTER__CM0GNWORKORDERDELEGATE_HXX
|