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.
ML_ITK/13/include_cpp/appr/ApprUpdByApprRootEffPkgDele...

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