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