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