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.5 KiB
79 lines
2.5 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, Val1ValResultDispatch
|
|
Filename: Val1ValResultDispatch.hxx
|
|
Module: val1cfgvalidationdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef VAL1CFGVALIDATION__VAL1VALRESULTDISPATCH_HXX
|
|
#define VAL1CFGVALIDATION__VAL1VALRESULTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Val1cfgvalidation/Val1ValResult.hxx>
|
|
#include <Val1cfgvalidation/Val1ValResultDelegate.hxx>
|
|
#include <foundationdispatch/ValidationResultDispatch.hxx>
|
|
#include <val1cfgvalidationdispatch/initializeval1cfgvalidation.hxx>
|
|
|
|
#include <val1cfgvalidationdispatch/libval1cfgvalidationdispatch_exports.h>
|
|
|
|
namespace val1cfgvalidation
|
|
{
|
|
class Val1ValResultDispatch;
|
|
}
|
|
namespace val1cfgvalidation
|
|
{
|
|
class Val1ValResultDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class VAL1CFGVALIDATIONDISPATCH_API val1cfgvalidation::Val1ValResultDispatch
|
|
: public val1cfgvalidation::Val1ValResultDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Val1ValResultDispatch instance
|
|
static Val1ValResultDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Val1ValResultDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Val1ValResultDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Val1ValResultDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Val1ValResultDispatch
|
|
Val1ValResultDispatch( const Val1ValResultDispatch& );
|
|
|
|
// Assignment operator
|
|
Val1ValResultDispatch& operator = ( const Val1ValResultDispatch& );
|
|
|
|
// friend
|
|
friend void ::val1cfgvalidation::initializeval1cfgvalidationInternal();
|
|
friend void ::val1cfgvalidation::initializeval1cfgvalidationExtenders();
|
|
friend class val1cfgvalidation::Val1ValResultDelegate;
|
|
};
|
|
|
|
#include <val1cfgvalidationdispatch/libval1cfgvalidationdispatch_undef.h>
|
|
#endif // VAL1CFGVALIDATION__VAL1VALRESULTDISPATCH_HXX
|