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