//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 #include #include 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 #endif // TEAMCENTER__MDL0APPRSRCHCRTCLOSUREDELEGATE_HXX