//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, Lis0FactoryServiceDelegate Filename: Lis0FactoryServiceDelegate.hxx Module: Lis0lisfmwrk @BMIDE autogenerated ==================================================================================================*/ #ifndef LIS0LISFMWRK__LIS0FACTORYSERVICEDELEGATE_HXX #define LIS0LISFMWRK__LIS0FACTORYSERVICEDELEGATE_HXX #include #include #include namespace lis0lisfmwrk { class Lis0FactoryServiceDelegate; } namespace lis0lisfmwrk { class Lis0FactoryServiceImpl; } namespace lis0lisfmwrk { class Lis0FactoryService; } namespace lis0lisfmwrk { class Lis0FactoryServiceGenImpl; } namespace lis0lisfmwrk_alias = ::lis0lisfmwrk; class LIS0LISFMWRK_API lis0lisfmwrk_alias::Lis0FactoryServiceDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Lis0FactoryServiceDelegate instance static Lis0FactoryServiceDelegate& getInstance(); // Method to create the Lis0FactoryServiceImpl pointer static Lis0FactoryServiceImpl* createImpl( Lis0FactoryService& ifObj ); // Method to delete the Lis0FactoryServiceImpl pointer static void deleteImpl( Lis0FactoryServiceImpl* impl ); /// /// /// @version Teamcenter 10.1.6 /// @param serviceProvider - Service Provider Tag /// @param factoryServicesList - Service Factory List /// @return - /// int lis0GetFactoryServiceBase(const Lis0FactoryService &ifObj, tag_t serviceProvider, std::vector< tag_t > *factoryServicesList ); protected: // Pointer to the instance static Lis0FactoryServiceDelegate* m_pInstance; Lis0FactoryServiceDelegate(); virtual ~Lis0FactoryServiceDelegate(); static void setInstance( Lis0FactoryServiceDelegate* instance ); private: friend class ::lis0lisfmwrk::Lis0FactoryServiceGenImpl; }; #include #endif // LIS0LISFMWRK__LIS0FACTORYSERVICEDELEGATE_HXX