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