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.
91 lines
2.3 KiB
91 lines
2.3 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, CPRefTextRevisionDelegate
|
|
Filename: CPRefTextRevisionDelegate.hxx
|
|
Module: specmgr
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SPECMGR__CPREFTEXTREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__SPECMGR__CPREFTEXTREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <specmgr/CPRefTextRevision.hxx>
|
|
|
|
#include <specmgr/libspecmgr_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace SPECMGR
|
|
{
|
|
class CPRefTextRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace SPECMGR
|
|
{
|
|
class CPRefTextRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace SPECMGR
|
|
{
|
|
class CPRefTextRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace SPECMGR
|
|
{
|
|
class CPRefTextRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SPECMGR_API Teamcenter_alias::SPECMGR::CPRefTextRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPRefTextRevisionDelegate instance
|
|
static CPRefTextRevisionDelegate& getInstance();
|
|
|
|
// Method to create the CPRefTextRevisionImpl pointer
|
|
static CPRefTextRevisionImpl* createImpl( CPRefTextRevision& ifObj );
|
|
|
|
// Method to delete the CPRefTextRevisionImpl pointer
|
|
static void deleteImpl( CPRefTextRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static CPRefTextRevisionDelegate* m_pInstance;
|
|
|
|
CPRefTextRevisionDelegate();
|
|
virtual ~CPRefTextRevisionDelegate();
|
|
static void setInstance( CPRefTextRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::SPECMGR::CPRefTextRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <specmgr/libspecmgr_undef.h>
|
|
#endif // TEAMCENTER__SPECMGR__CPREFTEXTREVISIONDELEGATE_HXX
|