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