//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 #include #include 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 #endif // TEAMCENTER__ENCRYPTIONKEYDELEGATE_HXX