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