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