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