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