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