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