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