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