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