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