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