//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, IDCLineDelegate Filename: IDCLineDelegate.hxx Module: ai @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__IDCLINEDELEGATE_HXX #define TEAMCENTER__IDCLINEDELEGATE_HXX #include #include #include namespace Teamcenter { class IDCLineDelegate; } namespace Teamcenter { class IDCLineImpl; } namespace Teamcenter { class IDCLine; } namespace Teamcenter { class IDCLineGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class AI_API Teamcenter_alias::IDCLineDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the IDCLineDelegate instance static IDCLineDelegate& getInstance(); // Method to create the IDCLineImpl pointer static IDCLineImpl* createImpl( IDCLine& ifObj ); // Method to delete the IDCLineImpl pointer static void deleteImpl( IDCLineImpl* impl ); protected: // Pointer to the instance static IDCLineDelegate* m_pInstance; IDCLineDelegate(); virtual ~IDCLineDelegate(); static void setInstance( IDCLineDelegate* instance ); private: friend class ::Teamcenter::IDCLineGenImpl; }; #include #endif // TEAMCENTER__IDCLINEDELEGATE_HXX