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