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.2 KiB
78 lines
2.2 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, PnM0PenetrationDelegate
|
|
Filename: PnM0PenetrationDelegate.hxx
|
|
Module: PnM0penetration
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PENETRATIONMGMT__PNM0PENETRATIONDELEGATE_HXX
|
|
#define PENETRATIONMGMT__PNM0PENETRATIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <PnM0penetration/PnM0Penetration.hxx>
|
|
|
|
#include <PnM0penetration/libpnm0penetration_exports.h>
|
|
|
|
namespace penetrationmgmt
|
|
{
|
|
class PnM0PenetrationDelegate;
|
|
}
|
|
namespace penetrationmgmt
|
|
{
|
|
class PnM0PenetrationImpl;
|
|
}
|
|
namespace penetrationmgmt
|
|
{
|
|
class PnM0Penetration;
|
|
}
|
|
namespace penetrationmgmt
|
|
{
|
|
class PnM0PenetrationGenImpl;
|
|
}
|
|
|
|
namespace penetrationmgmt_alias = ::penetrationmgmt;
|
|
|
|
|
|
class PNM0PENETRATION_API penetrationmgmt_alias::PnM0PenetrationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the PnM0PenetrationDelegate instance
|
|
static PnM0PenetrationDelegate& getInstance();
|
|
|
|
// Method to create the PnM0PenetrationImpl pointer
|
|
static PnM0PenetrationImpl* createImpl( PnM0Penetration& ifObj );
|
|
|
|
// Method to delete the PnM0PenetrationImpl pointer
|
|
static void deleteImpl( PnM0PenetrationImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static PnM0PenetrationDelegate* m_pInstance;
|
|
|
|
PnM0PenetrationDelegate();
|
|
virtual ~PnM0PenetrationDelegate();
|
|
static void setInstance( PnM0PenetrationDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::penetrationmgmt::PnM0PenetrationGenImpl;
|
|
|
|
};
|
|
|
|
#include <PnM0penetration/libpnm0penetration_undef.h>
|
|
#endif // PENETRATIONMGMT__PNM0PENETRATIONDELEGATE_HXX
|