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