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