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.

90 lines
2.6 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, Rlz0PopulateInstantiationDelegate
Filename: Rlz0PopulateInstantiationDelegate.hxx
Module: rlz0realization
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__REALIZATION__RLZ0POPULATEINSTANTIATIONDELEGATE_HXX
#define TEAMCENTER__REALIZATION__RLZ0POPULATEINSTANTIATIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rlz0realization/Rlz0PopulateInstantiation.hxx>
#include <rlz0realization/librlz0realization_exports.h>
namespace Teamcenter
{
namespace Realization
{
class Rlz0PopulateInstantiationDelegate;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0PopulateInstantiationImpl;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0PopulateInstantiation;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0PopulateInstantiationGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class RLZ0REALIZATION_API Teamcenter_alias::Realization::Rlz0PopulateInstantiationDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Rlz0PopulateInstantiationDelegate instance
static Rlz0PopulateInstantiationDelegate& getInstance();
// Method to create the Rlz0PopulateInstantiationImpl pointer
static Rlz0PopulateInstantiationImpl* createImpl( Rlz0PopulateInstantiation& ifObj );
// Method to delete the Rlz0PopulateInstantiationImpl pointer
static void deleteImpl( Rlz0PopulateInstantiationImpl* impl );
protected:
// Pointer to the instance
static Rlz0PopulateInstantiationDelegate* m_pInstance;
Rlz0PopulateInstantiationDelegate();
virtual ~Rlz0PopulateInstantiationDelegate();
static void setInstance( Rlz0PopulateInstantiationDelegate* instance );
private:
friend class ::Teamcenter::Realization::Rlz0PopulateInstantiationGenImpl;
};
#include <rlz0realization/librlz0realization_undef.h>
#endif // TEAMCENTER__REALIZATION__RLZ0POPULATEINSTANTIATIONDELEGATE_HXX