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, Mdo0MDTAssociationDispatch
Filename: Mdo0MDTAssociationDispatch.hxx
Module: mdodispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef MDO__MDO0MDTASSOCIATIONDISPATCH_HXX
#define MDO__MDO0MDTASSOCIATIONDISPATCH_HXX
#include <vector>
#include <Mdo0Mdo/Mdo0MDTAssociation.hxx>
#include <Mdo0Mdo/Mdo0MDTAssociationDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <mdodispatch/initializemdo.hxx>
#include <mdodispatch/libmdodispatch_exports.h>
namespace mdo
{
class Mdo0MDTAssociationDispatch;
}
namespace mdo
{
class Mdo0MDTAssociationDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class MDODISPATCH_API mdo::Mdo0MDTAssociationDispatch
: public mdo::Mdo0MDTAssociationDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdo0MDTAssociationDispatch instance
static Mdo0MDTAssociationDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Mdo0MDTAssociationDispatch* m_dispatch;
// Default Constructor
Mdo0MDTAssociationDispatch();
// Default Destructor
virtual ~Mdo0MDTAssociationDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Mdo0MDTAssociationDispatch
Mdo0MDTAssociationDispatch( const Mdo0MDTAssociationDispatch& );
// Assignment operator
Mdo0MDTAssociationDispatch& operator = ( const Mdo0MDTAssociationDispatch& );
// friend
friend void ::mdo::initializemdoInternal();
friend void ::mdo::initializemdoExtenders();
friend class mdo::Mdo0MDTAssociationDelegate;
};
#include <mdodispatch/libmdodispatch_undef.h>
#endif // MDO__MDO0MDTASSOCIATIONDISPATCH_HXX