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