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