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