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