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.8 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, SFRInfoDelegate
Filename: SFRInfoDelegate.hxx
Module: sa
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SFRINFODELEGATE_HXX
#define TEAMCENTER__SFRINFODELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sa/SFRInfo.hxx>
#include <sa/libsa_exports.h>
namespace Teamcenter
{
class SFRInfoDelegate;
}
namespace Teamcenter
{
class SFRInfoImpl;
}
namespace Teamcenter
{
class SFRInfo;
}
namespace Teamcenter
{
class SFRInfoGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SA_API Teamcenter_alias::SFRInfoDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the SFRInfoDelegate instance
static SFRInfoDelegate& getInstance();
// Method to create the SFRInfoImpl pointer
static SFRInfoImpl* createImpl( SFRInfo& ifObj );
// Method to delete the SFRInfoImpl pointer
static void deleteImpl( SFRInfoImpl* impl );
protected:
// Pointer to the instance
static SFRInfoDelegate* m_pInstance;
SFRInfoDelegate();
virtual ~SFRInfoDelegate();
static void setInstance( SFRInfoDelegate* instance );
private:
friend class ::Teamcenter::SFRInfoGenImpl;
};
#include <sa/libsa_undef.h>
#endif // TEAMCENTER__SFRINFODELEGATE_HXX