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