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