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