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