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