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