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.4 KiB
79 lines
2.4 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, Aps0MagThreadDispatch
|
|
Filename: Aps0MagThreadDispatch.hxx
|
|
Module: aps0apscoredispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APS0MAGTHREADDISPATCH_HXX
|
|
#define TEAMCENTER__APS0MAGTHREADDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <aps0apscore/Aps0MagThread.hxx>
|
|
#include <aps0apscore/Aps0MagThreadDelegate.hxx>
|
|
#include <foundationdispatch/Fnd0WSOThreadDispatch.hxx>
|
|
#include <aps0apscoredispatch/initializeaps0apscore.hxx>
|
|
|
|
#include <aps0apscoredispatch/libaps0apscoredispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Aps0MagThreadDispatch;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Aps0MagThreadDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class APS0APSCOREDISPATCH_API Teamcenter::Aps0MagThreadDispatch
|
|
: public Teamcenter::Aps0MagThreadDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Aps0MagThreadDispatch instance
|
|
static Aps0MagThreadDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Aps0MagThreadDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Aps0MagThreadDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Aps0MagThreadDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Aps0MagThreadDispatch
|
|
Aps0MagThreadDispatch( const Aps0MagThreadDispatch& );
|
|
|
|
// Assignment operator
|
|
Aps0MagThreadDispatch& operator = ( const Aps0MagThreadDispatch& );
|
|
|
|
// friend
|
|
friend void ::aps0apscore::initializeaps0apscoreInternal();
|
|
friend void ::aps0apscore::initializeaps0apscoreExtenders();
|
|
friend class Teamcenter::Aps0MagThreadDelegate;
|
|
};
|
|
|
|
#include <aps0apscoredispatch/libaps0apscoredispatch_undef.h>
|
|
#endif // TEAMCENTER__APS0MAGTHREADDISPATCH_HXX
|