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