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