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, CAE0ConfigRevisionDelegate
|
|
Filename: CAE0ConfigRevisionDelegate.hxx
|
|
Module: CAE0SimulationProcessManagement
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAE__CAE0CONFIGREVISIONDELEGATE_HXX
|
|
#define CAE__CAE0CONFIGREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <CAE0SimulationProcessManagement/CAE0ConfigRevision.hxx>
|
|
|
|
#include <CAE0SimulationProcessManagement/libcae0simulationprocessmanagement_exports.h>
|
|
|
|
namespace cae
|
|
{
|
|
class CAE0ConfigRevisionDelegate;
|
|
}
|
|
namespace cae
|
|
{
|
|
class CAE0ConfigRevisionImpl;
|
|
}
|
|
namespace cae
|
|
{
|
|
class CAE0ConfigRevision;
|
|
}
|
|
namespace cae
|
|
{
|
|
class CAE0ConfigRevisionGenImpl;
|
|
}
|
|
|
|
namespace cae_alias = ::cae;
|
|
|
|
|
|
class CAE0SIMULATIONPROCESSMANAGEMENT_API cae_alias::CAE0ConfigRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CAE0ConfigRevisionDelegate instance
|
|
static CAE0ConfigRevisionDelegate& getInstance();
|
|
|
|
// Method to create the CAE0ConfigRevisionImpl pointer
|
|
static CAE0ConfigRevisionImpl* createImpl( CAE0ConfigRevision& ifObj );
|
|
|
|
// Method to delete the CAE0ConfigRevisionImpl pointer
|
|
static void deleteImpl( CAE0ConfigRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static CAE0ConfigRevisionDelegate* m_pInstance;
|
|
|
|
CAE0ConfigRevisionDelegate();
|
|
virtual ~CAE0ConfigRevisionDelegate();
|
|
static void setInstance( CAE0ConfigRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::cae::CAE0ConfigRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <CAE0SimulationProcessManagement/libcae0simulationprocessmanagement_undef.h>
|
|
#endif // CAE__CAE0CONFIGREVISIONDELEGATE_HXX
|