//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_SkdGraphIDelegate Filename: DC_SkdGraphIDelegate.hxx Module: contmgmts1000d @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDELEGATE_HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDELEGATE_HXX #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdGraphIDelegate; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdGraphIImpl; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdGraphI; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdGraphIGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CONTMGMTS1000D_API Teamcenter_alias::contmgmts1000d::DC_SkdGraphIDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the DC_SkdGraphIDelegate instance static DC_SkdGraphIDelegate& getInstance(); // Method to create the DC_SkdGraphIImpl pointer static DC_SkdGraphIImpl* createImpl( DC_SkdGraphI& ifObj ); // Method to delete the DC_SkdGraphIImpl pointer static void deleteImpl( DC_SkdGraphIImpl* impl ); protected: // Pointer to the instance static DC_SkdGraphIDelegate* m_pInstance; DC_SkdGraphIDelegate(); virtual ~DC_SkdGraphIDelegate(); static void setInstance( DC_SkdGraphIDelegate* instance ); private: friend class ::Teamcenter::contmgmts1000d::DC_SkdGraphIGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDELEGATE_HXX