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