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