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