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.

79 lines
2.3 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, Pmi0PMIAuthoringRelDispatch
Filename: Pmi0PMIAuthoringRelDispatch.hxx
Module: pmidispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef PMI__PMI0PMIAUTHORINGRELDISPATCH_HXX
#define PMI__PMI0PMIAUTHORINGRELDISPATCH_HXX
#include <vector>
#include <Pmi0pmi/Pmi0PMIAuthoringRel.hxx>
#include <Pmi0pmi/Pmi0PMIAuthoringRelDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <pmidispatch/initializepmi.hxx>
#include <pmidispatch/libpmidispatch_exports.h>
namespace pmi
{
class Pmi0PMIAuthoringRelDispatch;
}
namespace pmi
{
class Pmi0PMIAuthoringRelDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class PMIDISPATCH_API pmi::Pmi0PMIAuthoringRelDispatch
: public pmi::Pmi0PMIAuthoringRelDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Pmi0PMIAuthoringRelDispatch instance
static Pmi0PMIAuthoringRelDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Pmi0PMIAuthoringRelDispatch* m_dispatch;
// Default Constructor
Pmi0PMIAuthoringRelDispatch();
// Default Destructor
virtual ~Pmi0PMIAuthoringRelDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Pmi0PMIAuthoringRelDispatch
Pmi0PMIAuthoringRelDispatch( const Pmi0PMIAuthoringRelDispatch& );
// Assignment operator
Pmi0PMIAuthoringRelDispatch& operator = ( const Pmi0PMIAuthoringRelDispatch& );
// friend
friend void ::pmi::initializepmiInternal();
friend void ::pmi::initializepmiExtenders();
friend class pmi::Pmi0PMIAuthoringRelDelegate;
};
#include <pmidispatch/libpmidispatch_undef.h>
#endif // PMI__PMI0PMIAUTHORINGRELDISPATCH_HXX