//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, Fsh0FinishRevisionDelegate Filename: Fsh0FinishRevisionDelegate.hxx Module: fsh0fnshmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef FNSHMGMT__FSH0FINISHREVISIONDELEGATE_HXX #define FNSHMGMT__FSH0FINISHREVISIONDELEGATE_HXX #include #include #include namespace fnshmgmt { class Fsh0FinishRevisionDelegate; } namespace fnshmgmt { class Fsh0FinishRevisionImpl; } namespace fnshmgmt { class Fsh0FinishRevision; } namespace fnshmgmt { class Fsh0FinishRevisionGenImpl; } namespace fnshmgmt_alias = ::fnshmgmt; class FSH0FNSHMGMT_API fnshmgmt_alias::Fsh0FinishRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fsh0FinishRevisionDelegate instance static Fsh0FinishRevisionDelegate& getInstance(); // Method to create the Fsh0FinishRevisionImpl pointer static Fsh0FinishRevisionImpl* createImpl( Fsh0FinishRevision& ifObj ); // Method to delete the Fsh0FinishRevisionImpl pointer static void deleteImpl( Fsh0FinishRevisionImpl* impl ); protected: // Pointer to the instance static Fsh0FinishRevisionDelegate* m_pInstance; Fsh0FinishRevisionDelegate(); virtual ~Fsh0FinishRevisionDelegate(); static void setInstance( Fsh0FinishRevisionDelegate* instance ); private: friend class ::fnshmgmt::Fsh0FinishRevisionGenImpl; }; #include #endif // FNSHMGMT__FSH0FINISHREVISIONDELEGATE_HXX