//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_GrphcAttrMapDelegate Filename: DC_GrphcAttrMapDelegate.hxx Module: contmgmtbase @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTBASE__DC_GRPHCATTRMAPDELEGATE_HXX #define TEAMCENTER__CONTMGMTBASE__DC_GRPHCATTRMAPDELEGATE_HXX #include #include #include namespace Teamcenter { namespace contmgmtbase { class DC_GrphcAttrMapDelegate; } } namespace Teamcenter { namespace contmgmtbase { class DC_GrphcAttrMapImpl; } } namespace Teamcenter { namespace contmgmtbase { class DC_GrphcAttrMap; } } namespace Teamcenter { namespace contmgmtbase { class DC_GrphcAttrMapGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::DC_GrphcAttrMapDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the DC_GrphcAttrMapDelegate instance static DC_GrphcAttrMapDelegate& getInstance(); // Method to create the DC_GrphcAttrMapImpl pointer static DC_GrphcAttrMapImpl* createImpl( DC_GrphcAttrMap& ifObj ); // Method to delete the DC_GrphcAttrMapImpl pointer static void deleteImpl( DC_GrphcAttrMapImpl* impl ); protected: // Pointer to the instance static DC_GrphcAttrMapDelegate* m_pInstance; DC_GrphcAttrMapDelegate(); virtual ~DC_GrphcAttrMapDelegate(); static void setInstance( DC_GrphcAttrMapDelegate* instance ); private: friend class ::Teamcenter::contmgmtbase::DC_GrphcAttrMapGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTBASE__DC_GRPHCATTRMAPDELEGATE_HXX