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