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.

78 lines
2.0 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, ImanIDCreatorDelegate
Filename: ImanIDCreatorDelegate.hxx
Module: tc
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__IMANIDCREATORDELEGATE_HXX
#define TEAMCENTER__IMANIDCREATORDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <tc/ImanIDCreator.hxx>
#include <tc/libtc_exports.h>
namespace Teamcenter
{
class ImanIDCreatorDelegate;
}
namespace Teamcenter
{
class ImanIDCreatorImpl;
}
namespace Teamcenter
{
class ImanIDCreator;
}
namespace Teamcenter
{
class ImanIDCreatorGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class TC_API Teamcenter_alias::ImanIDCreatorDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ImanIDCreatorDelegate instance
static ImanIDCreatorDelegate& getInstance();
// Method to create the ImanIDCreatorImpl pointer
static ImanIDCreatorImpl* createImpl( ImanIDCreator& ifObj );
// Method to delete the ImanIDCreatorImpl pointer
static void deleteImpl( ImanIDCreatorImpl* impl );
protected:
// Pointer to the instance
static ImanIDCreatorDelegate* m_pInstance;
ImanIDCreatorDelegate();
virtual ~ImanIDCreatorDelegate();
static void setInstance( ImanIDCreatorDelegate* instance );
private:
friend class ::Teamcenter::ImanIDCreatorGenImpl;
};
#include <tc/libtc_undef.h>
#endif // TEAMCENTER__IMANIDCREATORDELEGATE_HXX