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