//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, Fnd0BMIDEProjectBackupDelegate Filename: Fnd0BMIDEProjectBackupDelegate.hxx Module: ae @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0BMIDEPROJECTBACKUPDELEGATE_HXX #define TEAMCENTER__FND0BMIDEPROJECTBACKUPDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0BMIDEProjectBackupDelegate; } namespace Teamcenter { class Fnd0BMIDEProjectBackupImpl; } namespace Teamcenter { class Fnd0BMIDEProjectBackup; } namespace Teamcenter { class Fnd0BMIDEProjectBackupGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class AE_API Teamcenter_alias::Fnd0BMIDEProjectBackupDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0BMIDEProjectBackupDelegate instance static Fnd0BMIDEProjectBackupDelegate& getInstance(); // Method to create the Fnd0BMIDEProjectBackupImpl pointer static Fnd0BMIDEProjectBackupImpl* createImpl( Fnd0BMIDEProjectBackup& ifObj ); // Method to delete the Fnd0BMIDEProjectBackupImpl pointer static void deleteImpl( Fnd0BMIDEProjectBackupImpl* impl ); protected: // Pointer to the instance static Fnd0BMIDEProjectBackupDelegate* m_pInstance; Fnd0BMIDEProjectBackupDelegate(); virtual ~Fnd0BMIDEProjectBackupDelegate(); static void setInstance( Fnd0BMIDEProjectBackupDelegate* instance ); private: friend class ::Teamcenter::Fnd0BMIDEProjectBackupGenImpl; }; #include #endif // TEAMCENTER__FND0BMIDEPROJECTBACKUPDELEGATE_HXX