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