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.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, Prg1AbsReuseTargetElementDelegate
Filename: Prg1AbsReuseTargetElementDelegate.hxx
Module: prg1programplanningapp
@BMIDE autogenerated
==================================================================================================*/
#ifndef PRG1PROGRAMPLANNINGAPP__PRG1ABSREUSETARGETELEMENTDELEGATE_HXX
#define PRG1PROGRAMPLANNINGAPP__PRG1ABSREUSETARGETELEMENTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <prg1programplanningapp/Prg1AbsReuseTargetElement.hxx>
#include <prg1programplanningapp/libprg1programplanningapp_exports.h>
namespace Prg1ProgramPlanningApp
{
class Prg1AbsReuseTargetElementDelegate;
}
namespace Prg1ProgramPlanningApp
{
class Prg1AbsReuseTargetElementImpl;
}
namespace Prg1ProgramPlanningApp
{
class Prg1AbsReuseTargetElement;
}
namespace Prg1ProgramPlanningApp
{
class Prg1AbsReuseTargetElementGenImpl;
}
namespace Prg1ProgramPlanningApp_alias = ::Prg1ProgramPlanningApp;
class PRG1PROGRAMPLANNINGAPP_API Prg1ProgramPlanningApp_alias::Prg1AbsReuseTargetElementDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Prg1AbsReuseTargetElementDelegate instance
static Prg1AbsReuseTargetElementDelegate& getInstance();
// Method to create the Prg1AbsReuseTargetElementImpl pointer
static Prg1AbsReuseTargetElementImpl* createImpl( Prg1AbsReuseTargetElement& ifObj );
// Method to delete the Prg1AbsReuseTargetElementImpl pointer
static void deleteImpl( Prg1AbsReuseTargetElementImpl* impl );
protected:
// Pointer to the instance
static Prg1AbsReuseTargetElementDelegate* m_pInstance;
Prg1AbsReuseTargetElementDelegate();
virtual ~Prg1AbsReuseTargetElementDelegate();
static void setInstance( Prg1AbsReuseTargetElementDelegate* instance );
private:
friend class ::Prg1ProgramPlanningApp::Prg1AbsReuseTargetElementGenImpl;
};
#include <prg1programplanningapp/libprg1programplanningapp_undef.h>
#endif // PRG1PROGRAMPLANNINGAPP__PRG1ABSREUSETARGETELEMENTDELEGATE_HXX