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