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