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.0 KiB
78 lines
2.0 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, Fsh0FinishDelegate
|
|
Filename: Fsh0FinishDelegate.hxx
|
|
Module: fsh0fnshmgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef FNSHMGMT__FSH0FINISHDELEGATE_HXX
|
|
#define FNSHMGMT__FSH0FINISHDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <fsh0fnshmgmt/Fsh0Finish.hxx>
|
|
|
|
#include <fsh0fnshmgmt/libfsh0fnshmgmt_exports.h>
|
|
|
|
namespace fnshmgmt
|
|
{
|
|
class Fsh0FinishDelegate;
|
|
}
|
|
namespace fnshmgmt
|
|
{
|
|
class Fsh0FinishImpl;
|
|
}
|
|
namespace fnshmgmt
|
|
{
|
|
class Fsh0Finish;
|
|
}
|
|
namespace fnshmgmt
|
|
{
|
|
class Fsh0FinishGenImpl;
|
|
}
|
|
|
|
namespace fnshmgmt_alias = ::fnshmgmt;
|
|
|
|
|
|
class FSH0FNSHMGMT_API fnshmgmt_alias::Fsh0FinishDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fsh0FinishDelegate instance
|
|
static Fsh0FinishDelegate& getInstance();
|
|
|
|
// Method to create the Fsh0FinishImpl pointer
|
|
static Fsh0FinishImpl* createImpl( Fsh0Finish& ifObj );
|
|
|
|
// Method to delete the Fsh0FinishImpl pointer
|
|
static void deleteImpl( Fsh0FinishImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fsh0FinishDelegate* m_pInstance;
|
|
|
|
Fsh0FinishDelegate();
|
|
virtual ~Fsh0FinishDelegate();
|
|
static void setInstance( Fsh0FinishDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::fnshmgmt::Fsh0FinishGenImpl;
|
|
|
|
};
|
|
|
|
#include <fsh0fnshmgmt/libfsh0fnshmgmt_undef.h>
|
|
#endif // FNSHMGMT__FSH0FINISHDELEGATE_HXX
|