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, ApprUpdImportedRevsPkgDelegate
|
|
Filename: ApprUpdImportedRevsPkgDelegate.hxx
|
|
Module: appr
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APPRUPDIMPORTEDREVSPKGDELEGATE_HXX
|
|
#define TEAMCENTER__APPRUPDIMPORTEDREVSPKGDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <appr/ApprUpdImportedRevsPkg.hxx>
|
|
|
|
#include <appr/libappr_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdImportedRevsPkgDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdImportedRevsPkgImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdImportedRevsPkg;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdImportedRevsPkgGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class APPR_API Teamcenter_alias::ApprUpdImportedRevsPkgDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ApprUpdImportedRevsPkgDelegate instance
|
|
static ApprUpdImportedRevsPkgDelegate& getInstance();
|
|
|
|
// Method to create the ApprUpdImportedRevsPkgImpl pointer
|
|
static ApprUpdImportedRevsPkgImpl* createImpl( ApprUpdImportedRevsPkg& ifObj );
|
|
|
|
// Method to delete the ApprUpdImportedRevsPkgImpl pointer
|
|
static void deleteImpl( ApprUpdImportedRevsPkgImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ApprUpdImportedRevsPkgDelegate* m_pInstance;
|
|
|
|
ApprUpdImportedRevsPkgDelegate();
|
|
virtual ~ApprUpdImportedRevsPkgDelegate();
|
|
static void setInstance( ApprUpdImportedRevsPkgDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ApprUpdImportedRevsPkgGenImpl;
|
|
|
|
};
|
|
|
|
#include <appr/libappr_undef.h>
|
|
#endif // TEAMCENTER__APPRUPDIMPORTEDREVSPKGDELEGATE_HXX
|