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