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