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.

78 lines
2.0 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, ValidationReqDelegate
Filename: ValidationReqDelegate.hxx
Module: validation
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__VALIDATIONREQDELEGATE_HXX
#define TEAMCENTER__VALIDATIONREQDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <validation/ValidationReq.hxx>
#include <validation/libvalidation_exports.h>
namespace Teamcenter
{
class ValidationReqDelegate;
}
namespace Teamcenter
{
class ValidationReqImpl;
}
namespace Teamcenter
{
class ValidationReq;
}
namespace Teamcenter
{
class ValidationReqGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class VALIDATION_API Teamcenter_alias::ValidationReqDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ValidationReqDelegate instance
static ValidationReqDelegate& getInstance();
// Method to create the ValidationReqImpl pointer
static ValidationReqImpl* createImpl( ValidationReq& ifObj );
// Method to delete the ValidationReqImpl pointer
static void deleteImpl( ValidationReqImpl* impl );
protected:
// Pointer to the instance
static ValidationReqDelegate* m_pInstance;
ValidationReqDelegate();
virtual ~ValidationReqDelegate();
static void setInstance( ValidationReqDelegate* instance );
private:
friend class ::Teamcenter::ValidationReqGenImpl;
};
#include <validation/libvalidation_undef.h>
#endif // TEAMCENTER__VALIDATIONREQDELEGATE_HXX