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