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.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, Ptn0PartitionRealizationDelegate
Filename: Ptn0PartitionRealizationDelegate.hxx
Module: ptn0partition
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PARTITION__PTN0PARTITIONREALIZATIONDELEGATE_HXX
#define TEAMCENTER__PARTITION__PTN0PARTITIONREALIZATIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ptn0partition/Ptn0PartitionRealization.hxx>
#include <ptn0partition/libptn0partition_exports.h>
namespace Teamcenter
{
namespace Partition
{
class Ptn0PartitionRealizationDelegate;
}
}
namespace Teamcenter
{
namespace Partition
{
class Ptn0PartitionRealizationImpl;
}
}
namespace Teamcenter
{
namespace Partition
{
class Ptn0PartitionRealization;
}
}
namespace Teamcenter
{
namespace Partition
{
class Ptn0PartitionRealizationGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class PTN0PARTITION_API Teamcenter_alias::Partition::Ptn0PartitionRealizationDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ptn0PartitionRealizationDelegate instance
static Ptn0PartitionRealizationDelegate& getInstance();
// Method to create the Ptn0PartitionRealizationImpl pointer
static Ptn0PartitionRealizationImpl* createImpl( Ptn0PartitionRealization& ifObj );
// Method to delete the Ptn0PartitionRealizationImpl pointer
static void deleteImpl( Ptn0PartitionRealizationImpl* impl );
protected:
// Pointer to the instance
static Ptn0PartitionRealizationDelegate* m_pInstance;
Ptn0PartitionRealizationDelegate();
virtual ~Ptn0PartitionRealizationDelegate();
static void setInstance( Ptn0PartitionRealizationDelegate* instance );
private:
friend class ::Teamcenter::Partition::Ptn0PartitionRealizationGenImpl;
};
#include <ptn0partition/libptn0partition_undef.h>
#endif // TEAMCENTER__PARTITION__PTN0PARTITIONREALIZATIONDELEGATE_HXX