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