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