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