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