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