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