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