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