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