You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.5 KiB

//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 <common/tc_deprecation_macros.h>
#include <Lis0lisfmwrk/Lis0FactoryService.hxx>
#include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
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 <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
#endif // LIS0LISFMWRK__LIS0FACTORYSERVICEDELEGATE_HXX