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