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