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/Fnd0ParamReqmentRevisionDel...

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