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, CondValDataDelegate
Filename: CondValDataDelegate.hxx
Module: condvalidation
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONDVALDATADELEGATE_HXX
#define TEAMCENTER__CONDVALDATADELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <condvalidation/CondValData.hxx>
#include <condvalidation/libcondvalidation_exports.h>
namespace Teamcenter
{
class CondValDataDelegate;
}
namespace Teamcenter
{
class CondValDataImpl;
}
namespace Teamcenter
{
class CondValData;
}
namespace Teamcenter
{
class CondValDataGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CONDVALIDATION_API Teamcenter_alias::CondValDataDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CondValDataDelegate instance
static CondValDataDelegate& getInstance();
// Method to create the CondValDataImpl pointer
static CondValDataImpl* createImpl( CondValData& ifObj );
// Method to delete the CondValDataImpl pointer
static void deleteImpl( CondValDataImpl* impl );
protected:
// Pointer to the instance
static CondValDataDelegate* m_pInstance;
CondValDataDelegate();
virtual ~CondValDataDelegate();
static void setInstance( CondValDataDelegate* instance );
private:
friend class ::Teamcenter::CondValDataGenImpl;
};
#include <condvalidation/libcondvalidation_undef.h>
#endif // TEAMCENTER__CONDVALDATADELEGATE_HXX