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