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