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