//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, Fsh0FinishDispatch Filename: Fsh0FinishDispatch.hxx Module: fnshmgmtdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef FNSHMGMT__FSH0FINISHDISPATCH_HXX #define FNSHMGMT__FSH0FINISHDISPATCH_HXX #include #include #include #include #include #include namespace fnshmgmt { class Fsh0FinishDispatch; } namespace fnshmgmt { class Fsh0FinishDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class FNSHMGMTDISPATCH_API fnshmgmt::Fsh0FinishDispatch : public fnshmgmt::Fsh0FinishDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fsh0FinishDispatch instance static Fsh0FinishDispatch& getInstance(); private: // Pointer to the dispatch instance static Fsh0FinishDispatch* m_dispatch; // Default Constructor Fsh0FinishDispatch(); // Default Destructor virtual ~Fsh0FinishDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Fsh0FinishDispatch Fsh0FinishDispatch( const Fsh0FinishDispatch& ); // Assignment operator Fsh0FinishDispatch& operator = ( const Fsh0FinishDispatch& ); // friend friend void ::fnshmgmt::initializefnshmgmtInternal(); friend void ::fnshmgmt::initializefnshmgmtExtenders(); friend class fnshmgmt::Fsh0FinishDelegate; }; #include #endif // FNSHMGMT__FSH0FINISHDISPATCH_HXX