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