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