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.
ML_ITK/13/include_cpp/req/Fnd0AbstractNoteRevisionDel...

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, Fnd0AbstractNoteRevisionDelegate
Filename: Fnd0AbstractNoteRevisionDelegate.hxx
Module: req
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0ABSTRACTNOTEREVISIONDELEGATE_HXX
#define TEAMCENTER__FND0ABSTRACTNOTEREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <req/Fnd0AbstractNoteRevision.hxx>
#include <req/libreq_exports.h>
namespace Teamcenter
{
class Fnd0AbstractNoteRevisionDelegate;
}
namespace Teamcenter
{
class Fnd0AbstractNoteRevisionImpl;
}
namespace Teamcenter
{
class Fnd0AbstractNoteRevision;
}
namespace Teamcenter
{
class Fnd0AbstractNoteRevisionGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class REQ_API Teamcenter_alias::Fnd0AbstractNoteRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0AbstractNoteRevisionDelegate instance
static Fnd0AbstractNoteRevisionDelegate& getInstance();
// Method to create the Fnd0AbstractNoteRevisionImpl pointer
static Fnd0AbstractNoteRevisionImpl* createImpl( Fnd0AbstractNoteRevision& ifObj );
// Method to delete the Fnd0AbstractNoteRevisionImpl pointer
static void deleteImpl( Fnd0AbstractNoteRevisionImpl* impl );
protected:
// Pointer to the instance
static Fnd0AbstractNoteRevisionDelegate* m_pInstance;
Fnd0AbstractNoteRevisionDelegate();
virtual ~Fnd0AbstractNoteRevisionDelegate();
static void setInstance( Fnd0AbstractNoteRevisionDelegate* instance );
private:
friend class ::Teamcenter::Fnd0AbstractNoteRevisionGenImpl;
};
#include <req/libreq_undef.h>
#endif // TEAMCENTER__FND0ABSTRACTNOTEREVISIONDELEGATE_HXX