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