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, CPTradeItemRevisionDispatch
Filename: CPTradeItemRevisionDispatch.hxx
Module: fpmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FPMGMT__CPTRADEITEMREVISIONDISPATCH_HXX
#define TEAMCENTER__FPMGMT__CPTRADEITEMREVISIONDISPATCH_HXX
#include <vector>
#include <fpmgmt/CPTradeItemRevision.hxx>
#include <fpmgmt/CPTradeItemRevisionDelegate.hxx>
#include <foundationdispatch/ItemRevisionDispatch.hxx>
#include <fpmgmtdispatch/initializefpmgmt.hxx>
#include <fpmgmtdispatch/libfpmgmtdispatch_exports.h>
namespace Teamcenter
{
namespace FPMGMT
{
class CPTradeItemRevisionDispatch;
}
}
namespace Teamcenter
{
namespace FPMGMT
{
class CPTradeItemRevisionDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class FPMGMTDISPATCH_API Teamcenter::FPMGMT::CPTradeItemRevisionDispatch
: public Teamcenter::FPMGMT::CPTradeItemRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CPTradeItemRevisionDispatch instance
static CPTradeItemRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static CPTradeItemRevisionDispatch* m_dispatch;
// Default Constructor
CPTradeItemRevisionDispatch();
// Default Destructor
virtual ~CPTradeItemRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a CPTradeItemRevisionDispatch
CPTradeItemRevisionDispatch( const CPTradeItemRevisionDispatch& );
// Assignment operator
CPTradeItemRevisionDispatch& operator = ( const CPTradeItemRevisionDispatch& );
// friend
friend void ::Teamcenter::FPMGMT::initializefpmgmtInternal();
friend void ::Teamcenter::FPMGMT::initializefpmgmtExtenders();
friend class Teamcenter::FPMGMT::CPTradeItemRevisionDelegate;
};
#include <fpmgmtdispatch/libfpmgmtdispatch_undef.h>
#endif // TEAMCENTER__FPMGMT__CPTRADEITEMREVISIONDISPATCH_HXX