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, Paragraph_0_Revision_altDelegate
|
|
Filename: Paragraph_0_Revision_altDelegate.hxx
|
|
Module: req
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PARAGRAPH_0_REVISION_ALTDELEGATE_HXX
|
|
#define TEAMCENTER__PARAGRAPH_0_REVISION_ALTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <req/Paragraph_0_Revision_alt.hxx>
|
|
|
|
#include <req/libreq_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Paragraph_0_Revision_altDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Paragraph_0_Revision_altImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Paragraph_0_Revision_alt;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Paragraph_0_Revision_altGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class REQ_API Teamcenter_alias::Paragraph_0_Revision_altDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Paragraph_0_Revision_altDelegate instance
|
|
static Paragraph_0_Revision_altDelegate& getInstance();
|
|
|
|
// Method to create the Paragraph_0_Revision_altImpl pointer
|
|
static Paragraph_0_Revision_altImpl* createImpl( Paragraph_0_Revision_alt& ifObj );
|
|
|
|
// Method to delete the Paragraph_0_Revision_altImpl pointer
|
|
static void deleteImpl( Paragraph_0_Revision_altImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Paragraph_0_Revision_altDelegate* m_pInstance;
|
|
|
|
Paragraph_0_Revision_altDelegate();
|
|
virtual ~Paragraph_0_Revision_altDelegate();
|
|
static void setInstance( Paragraph_0_Revision_altDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Paragraph_0_Revision_altGenImpl;
|
|
|
|
};
|
|
|
|
#include <req/libreq_undef.h>
|
|
#endif // TEAMCENTER__PARAGRAPH_0_REVISION_ALTDELEGATE_HXX
|