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