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