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