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