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