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.

88 lines
2.8 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, GDELineDispatch
Filename: GDELineDispatchExt.hxx
Module: mci0mfgcharacteristicsdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef MCI0__MCI0MFGCHARACTERISTICS__GDELINEDISPATCH_HXX
#define MCI0__MCI0MFGCHARACTERISTICS__GDELINEDISPATCH_HXX
#include <vector>
#include <Mci0mfgcharacteristicsbvr/GDELineExt.hxx>
#include <Mci0mfgcharacteristicsbvr/GDELineDelegateExt.hxx>
#include <mci0mfgcharacteristicsdispatch/initializemci0mfgcharacteristics.hxx>
#include <extensionframework/OperationDispatcher.hxx>
#include <metaframework/OperationObjectBatch.hxx>
#include <metaframework/PostActionInternalHandler.hxx>
#include <metaframework/ManageBulkData.hxx>
#include <mci0mfgcharacteristicsdispatch/libmci0mfgcharacteristicsdispatch_exports.h>
namespace mci0
{
namespace mci0mfgcharacteristics
{
class GDELineDispatch;
}
}
namespace mci0
{
namespace mci0mfgcharacteristics
{
class GDELineDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class MCI0MFGCHARACTERISTICSDISPATCH_API mci0::mci0mfgcharacteristics::GDELineDispatch
: public mci0::mci0mfgcharacteristics::GDELineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the GDELineDispatch instance
static GDELineDispatch& getInstance();
private:
// Pointer to the dispatch instance
static GDELineDispatch* m_dispatch;
// Default Constructor
GDELineDispatch();
// Default Destructor
virtual ~GDELineDispatch();
// Constructor Method
static ::Teamcenter::BusinessObjectExtender* constructor( tag_t objTag );
// Copy Constructor for a GDELineDispatch
GDELineDispatch( const GDELineDispatch& );
// Assignment operator
GDELineDispatch& operator = ( const GDELineDispatch& );
// friend
friend void ::mci0mfgcharacteristics::initializemci0mfgcharacteristicsInternal();
friend void ::mci0mfgcharacteristics::initializemci0mfgcharacteristicsExtenders();
friend class mci0::mci0mfgcharacteristics::GDELineDelegate;
};
#include <mci0mfgcharacteristicsdispatch/libmci0mfgcharacteristicsdispatch_undef.h>
#endif // MCI0__MCI0MFGCHARACTERISTICS__GDELINEDISPATCH_HXX