You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.7 KiB
79 lines
2.7 KiB
//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 <vector>
|
|
#include <Lis0lisfmwrk/Lis0HttpFormAuthentication.hxx>
|
|
#include <Lis0lisfmwrk/Lis0HttpFormAuthenticationDelegate.hxx>
|
|
#include <foundationdispatch/POM_objectDispatch.hxx>
|
|
#include <lis0lisfmwrkdispatch/initializelis0lisfmwrk.hxx>
|
|
|
|
#include <lis0lisfmwrkdispatch/liblis0lisfmwrkdispatch_exports.h>
|
|
|
|
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 <lis0lisfmwrkdispatch/liblis0lisfmwrkdispatch_undef.h>
|
|
#endif // LIS0LISFMWRK__LIS0HTTPFORMAUTHENTICATIONDISPATCH_HXX
|