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

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