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.5 KiB
90 lines
2.5 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, DC_ExtEntAdminRevisionDelegate
|
|
Filename: DC_ExtEntAdminRevisionDelegate.hxx
|
|
Module: contmgmtbase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <contmgmtbase/DC_ExtEntAdminRevision.hxx>
|
|
|
|
#include <contmgmtbase/libcontmgmtbase_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_ExtEntAdminRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_ExtEntAdminRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_ExtEntAdminRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_ExtEntAdminRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::DC_ExtEntAdminRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DC_ExtEntAdminRevisionDelegate instance
|
|
static DC_ExtEntAdminRevisionDelegate& getInstance();
|
|
|
|
// Method to create the DC_ExtEntAdminRevisionImpl pointer
|
|
static DC_ExtEntAdminRevisionImpl* createImpl( DC_ExtEntAdminRevision& ifObj );
|
|
|
|
// Method to delete the DC_ExtEntAdminRevisionImpl pointer
|
|
static void deleteImpl( DC_ExtEntAdminRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static DC_ExtEntAdminRevisionDelegate* m_pInstance;
|
|
|
|
DC_ExtEntAdminRevisionDelegate();
|
|
virtual ~DC_ExtEntAdminRevisionDelegate();
|
|
static void setInstance( DC_ExtEntAdminRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::contmgmtbase::DC_ExtEntAdminRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <contmgmtbase/libcontmgmtbase_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINREVISIONDELEGATE_HXX
|