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.
90 lines
2.6 KiB
90 lines
2.6 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, Adc0ChangeRqstRevisionDelegate
|
|
Filename: Adc0ChangeRqstRevisionDelegate.hxx
|
|
Module: adschangemanagement
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGERQSTREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGERQSTREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <adschangemanagement/Adc0ChangeRqstRevision.hxx>
|
|
|
|
#include <adschangemanagement/libadschangemanagement_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0ChangeRqstRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0ChangeRqstRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0ChangeRqstRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0ChangeRqstRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ADSCHANGEMANAGEMENT_API Teamcenter_alias::adschangemanagement::Adc0ChangeRqstRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Adc0ChangeRqstRevisionDelegate instance
|
|
static Adc0ChangeRqstRevisionDelegate& getInstance();
|
|
|
|
// Method to create the Adc0ChangeRqstRevisionImpl pointer
|
|
static Adc0ChangeRqstRevisionImpl* createImpl( Adc0ChangeRqstRevision& ifObj );
|
|
|
|
// Method to delete the Adc0ChangeRqstRevisionImpl pointer
|
|
static void deleteImpl( Adc0ChangeRqstRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Adc0ChangeRqstRevisionDelegate* m_pInstance;
|
|
|
|
Adc0ChangeRqstRevisionDelegate();
|
|
virtual ~Adc0ChangeRqstRevisionDelegate();
|
|
static void setInstance( Adc0ChangeRqstRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::adschangemanagement::Adc0ChangeRqstRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <adschangemanagement/libadschangemanagement_undef.h>
|
|
#endif // TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGERQSTREVISIONDELEGATE_HXX
|