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