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