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