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