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