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.
ML_ITK/13/include_cpp/ps/PSOccurrenceThreadDelegate.hxx

78 lines
2.1 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, PSOccurrenceThreadDelegate
Filename: PSOccurrenceThreadDelegate.hxx
Module: ps
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PSOCCURRENCETHREADDELEGATE_HXX
#define TEAMCENTER__PSOCCURRENCETHREADDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ps/PSOccurrenceThread.hxx>
#include <ps/libps_exports.h>
namespace Teamcenter
{
class PSOccurrenceThreadDelegate;
}
namespace Teamcenter
{
class PSOccurrenceThreadImpl;
}
namespace Teamcenter
{
class PSOccurrenceThread;
}
namespace Teamcenter
{
class PSOccurrenceThreadGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PS_API Teamcenter_alias::PSOccurrenceThreadDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PSOccurrenceThreadDelegate instance
static PSOccurrenceThreadDelegate& getInstance();
// Method to create the PSOccurrenceThreadImpl pointer
static PSOccurrenceThreadImpl* createImpl( PSOccurrenceThread& ifObj );
// Method to delete the PSOccurrenceThreadImpl pointer
static void deleteImpl( PSOccurrenceThreadImpl* impl );
protected:
// Pointer to the instance
static PSOccurrenceThreadDelegate* m_pInstance;
PSOccurrenceThreadDelegate();
virtual ~PSOccurrenceThreadDelegate();
static void setInstance( PSOccurrenceThreadDelegate* instance );
private:
friend class ::Teamcenter::PSOccurrenceThreadGenImpl;
};
#include <ps/libps_undef.h>
#endif // TEAMCENTER__PSOCCURRENCETHREADDELEGATE_HXX