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