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