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