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