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