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