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.
79 lines
2.3 KiB
79 lines
2.3 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//e
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, C2IssueNonConfRevisionDelegate
|
|
Filename: C2IssueNonConfRevisionDelegate.hxx
|
|
Module: CPA0capadatamodel
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__C2ISSUENONCONFREVISIONDELEGATE_HXX
|
|
#define CAPADATAMODEL__C2ISSUENONCONFREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <CPA0capadatamodel/C2IssueNonConfRevision.hxx>
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class C2IssueNonConfRevisionDelegate;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2IssueNonConfRevisionImpl;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2IssueNonConfRevision;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2IssueNonConfRevisionGenImpl;
|
|
}
|
|
|
|
namespace capadatamodel_alias = ::capadatamodel;
|
|
|
|
|
|
class CPA0CAPADATAMODEL_API capadatamodel_alias::C2IssueNonConfRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the C2IssueNonConfRevisionDelegate instance
|
|
static C2IssueNonConfRevisionDelegate& getInstance();
|
|
|
|
// Method to create the C2IssueNonConfRevisionImpl pointer
|
|
static C2IssueNonConfRevisionImpl* createImpl( C2IssueNonConfRevision& ifObj );
|
|
|
|
// Method to delete the C2IssueNonConfRevisionImpl pointer
|
|
static void deleteImpl( C2IssueNonConfRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static C2IssueNonConfRevisionDelegate* m_pInstance;
|
|
|
|
C2IssueNonConfRevisionDelegate();
|
|
virtual ~C2IssueNonConfRevisionDelegate();
|
|
static void setInstance( C2IssueNonConfRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::capadatamodel::C2IssueNonConfRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
|
|
#endif // CAPADATAMODEL__C2ISSUENONCONFREVISIONDELEGATE_HXX
|