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/rdv/Mdl0ApprSrchCrtClosureDeleg...

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, Mdl0ApprSrchCrtClosureDelegate
Filename: Mdl0ApprSrchCrtClosureDelegate.hxx
Module: rdv
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MDL0APPRSRCHCRTCLOSUREDELEGATE_HXX
#define TEAMCENTER__MDL0APPRSRCHCRTCLOSUREDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rdv/Mdl0ApprSrchCrtClosure.hxx>
#include <rdv/librdv_exports.h>
namespace Teamcenter
{
class Mdl0ApprSrchCrtClosureDelegate;
}
namespace Teamcenter
{
class Mdl0ApprSrchCrtClosureImpl;
}
namespace Teamcenter
{
class Mdl0ApprSrchCrtClosure;
}
namespace Teamcenter
{
class Mdl0ApprSrchCrtClosureGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class RDV_API Teamcenter_alias::Mdl0ApprSrchCrtClosureDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0ApprSrchCrtClosureDelegate instance
static Mdl0ApprSrchCrtClosureDelegate& getInstance();
// Method to create the Mdl0ApprSrchCrtClosureImpl pointer
static Mdl0ApprSrchCrtClosureImpl* createImpl( Mdl0ApprSrchCrtClosure& ifObj );
// Method to delete the Mdl0ApprSrchCrtClosureImpl pointer
static void deleteImpl( Mdl0ApprSrchCrtClosureImpl* impl );
protected:
// Pointer to the instance
static Mdl0ApprSrchCrtClosureDelegate* m_pInstance;
Mdl0ApprSrchCrtClosureDelegate();
virtual ~Mdl0ApprSrchCrtClosureDelegate();
static void setInstance( Mdl0ApprSrchCrtClosureDelegate* instance );
private:
friend class ::Teamcenter::Mdl0ApprSrchCrtClosureGenImpl;
};
#include <rdv/librdv_undef.h>
#endif // TEAMCENTER__MDL0APPRSRCHCRTCLOSUREDELEGATE_HXX