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