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.

85 lines
2.6 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, Cba0LOFProcurementProxyDispatch
Filename: Cba0LOFProcurementProxyDispatch.hxx
Module: cbadispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CBA__CBA0LOFPROCUREMENTPROXYDISPATCH_HXX
#define TEAMCENTER__CBA__CBA0LOFPROCUREMENTPROXYDISPATCH_HXX
#include <vector>
#include <cba/Cba0LOFProcurementProxy.hxx>
#include <cba/Cba0LOFProcurementProxyDelegate.hxx>
#include <cbadispatch/Cba0ProcurementProxyDispatch.hxx>
#include <cbadispatch/initializecba.hxx>
#include <cbadispatch/libcbadispatch_exports.h>
namespace Teamcenter
{
namespace cba
{
class Cba0LOFProcurementProxyDispatch;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0LOFProcurementProxyDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CBADISPATCH_API Teamcenter::cba::Cba0LOFProcurementProxyDispatch
: public Teamcenter::cba::Cba0LOFProcurementProxyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cba0LOFProcurementProxyDispatch instance
static Cba0LOFProcurementProxyDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Cba0LOFProcurementProxyDispatch* m_dispatch;
// Default Constructor
Cba0LOFProcurementProxyDispatch();
// Default Destructor
virtual ~Cba0LOFProcurementProxyDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Cba0LOFProcurementProxyDispatch
Cba0LOFProcurementProxyDispatch( const Cba0LOFProcurementProxyDispatch& );
// Assignment operator
Cba0LOFProcurementProxyDispatch& operator = ( const Cba0LOFProcurementProxyDispatch& );
// friend
friend void ::Teamcenter::cba::initializecbaInternal();
friend void ::Teamcenter::cba::initializecbaExtenders();
friend class Teamcenter::cba::Cba0LOFProcurementProxyDelegate;
};
#include <cbadispatch/libcbadispatch_undef.h>
#endif // TEAMCENTER__CBA__CBA0LOFPROCUREMENTPROXYDISPATCH_HXX