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
3.0 KiB
85 lines
3.0 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, Bom0AbstractPUAlignmentThdDispatch
|
|
Filename: Bom0AbstractPUAlignmentThdDispatch.hxx
|
|
Module: bom0bommanagementdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUALIGNMENTTHDDISPATCH_HXX
|
|
#define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUALIGNMENTTHDDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Bom0bommanagement/Bom0AbstractPUAlignmentThd.hxx>
|
|
#include <Bom0bommanagement/Bom0AbstractPUAlignmentThdDelegate.hxx>
|
|
#include <bom0bommanagementdispatch/Bom0AbstractUsageAlgnmtThdDispatch.hxx>
|
|
#include <bom0bommanagementdispatch/initializebom0bommanagement.hxx>
|
|
|
|
#include <bom0bommanagementdispatch/libbom0bommanagementdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPUAlignmentThdDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPUAlignmentThdDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class BOM0BOMMANAGEMENTDISPATCH_API Teamcenter::Bom0bommanagement::Bom0AbstractPUAlignmentThdDispatch
|
|
: public Teamcenter::Bom0bommanagement::Bom0AbstractPUAlignmentThdDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Bom0AbstractPUAlignmentThdDispatch instance
|
|
static Bom0AbstractPUAlignmentThdDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Bom0AbstractPUAlignmentThdDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Bom0AbstractPUAlignmentThdDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Bom0AbstractPUAlignmentThdDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Bom0AbstractPUAlignmentThdDispatch
|
|
Bom0AbstractPUAlignmentThdDispatch( const Bom0AbstractPUAlignmentThdDispatch& );
|
|
|
|
// Assignment operator
|
|
Bom0AbstractPUAlignmentThdDispatch& operator = ( const Bom0AbstractPUAlignmentThdDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::Bom0bommanagement::initializebom0bommanagementInternal();
|
|
friend void ::Teamcenter::Bom0bommanagement::initializebom0bommanagementExtenders();
|
|
friend class Teamcenter::Bom0bommanagement::Bom0AbstractPUAlignmentThdDelegate;
|
|
};
|
|
|
|
#include <bom0bommanagementdispatch/libbom0bommanagementdispatch_undef.h>
|
|
#endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUALIGNMENTTHDDISPATCH_HXX
|