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