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