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