//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, Ptn0PartitionTemplateModelDispatch Filename: Ptn0PartitionTemplateModelDispatch.hxx Module: partitiondispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PARTITION__PTN0PARTITIONTEMPLATEMODELDISPATCH_HXX #define TEAMCENTER__PARTITION__PTN0PARTITIONTEMPLATEMODELDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace Partition { class Ptn0PartitionTemplateModelDispatch; } } namespace Teamcenter { namespace Partition { class Ptn0PartitionTemplateModelDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class PARTITIONDISPATCH_API Teamcenter::Partition::Ptn0PartitionTemplateModelDispatch : public Teamcenter::Partition::Ptn0PartitionTemplateModelDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Ptn0PartitionTemplateModelDispatch instance static Ptn0PartitionTemplateModelDispatch& getInstance(); private: // Pointer to the dispatch instance static Ptn0PartitionTemplateModelDispatch* m_dispatch; // Default Constructor Ptn0PartitionTemplateModelDispatch(); // Default Destructor virtual ~Ptn0PartitionTemplateModelDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Ptn0PartitionTemplateModelDispatch Ptn0PartitionTemplateModelDispatch( const Ptn0PartitionTemplateModelDispatch& ); // Assignment operator Ptn0PartitionTemplateModelDispatch& operator = ( const Ptn0PartitionTemplateModelDispatch& ); // friend friend void ::Teamcenter::Partition::initializepartitionInternal(); friend void ::Teamcenter::Partition::initializepartitionExtenders(); friend class Teamcenter::Partition::Ptn0PartitionTemplateModelDelegate; }; #include #endif // TEAMCENTER__PARTITION__PTN0PARTITIONTEMPLATEMODELDISPATCH_HXX