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