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