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, ValToolAgentDispatch
Filename: ValToolAgentDispatch.hxx
Module: foundationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__VALTOOLAGENTDISPATCH_HXX
#define TEAMCENTER__VALTOOLAGENTDISPATCH_HXX
#include <vector>
#include <validation/ValToolAgent.hxx>
#include <validation/ValToolAgentDelegate.hxx>
#include <foundationdispatch/ValidationAgentDispatch.hxx>
#include <foundationdispatch/initializefoundation.hxx>
#include <foundationdispatch/libfoundationdispatch_exports.h>
namespace Teamcenter
{
class ValToolAgentDispatch;
}
namespace Teamcenter
{
class ValToolAgentDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class FOUNDATIONDISPATCH_API Teamcenter::ValToolAgentDispatch
: public Teamcenter::ValToolAgentDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ValToolAgentDispatch instance
static ValToolAgentDispatch& getInstance();
private:
// Pointer to the dispatch instance
static ValToolAgentDispatch* m_dispatch;
// Default Constructor
ValToolAgentDispatch();
// Default Destructor
virtual ~ValToolAgentDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a ValToolAgentDispatch
ValToolAgentDispatch( const ValToolAgentDispatch& );
// Assignment operator
ValToolAgentDispatch& operator = ( const ValToolAgentDispatch& );
// friend
friend void ::Teamcenter::initializefoundationInternal();
friend void ::Teamcenter::initializefoundationExtenders();
friend class Teamcenter::ValToolAgentDelegate;
};
#include <foundationdispatch/libfoundationdispatch_undef.h>
#endif // TEAMCENTER__VALTOOLAGENTDISPATCH_HXX