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