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/specmgr/CPComponentListRevisionDele...

91 lines
2.4 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, CPComponentListRevisionDelegate
Filename: CPComponentListRevisionDelegate.hxx
Module: specmgr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SPECMGR__CPCOMPONENTLISTREVISIONDELEGATE_HXX
#define TEAMCENTER__SPECMGR__CPCOMPONENTLISTREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <specmgr/CPComponentListRevision.hxx>
#include <specmgr/libspecmgr_exports.h>
namespace Teamcenter
{
namespace SPECMGR
{
class CPComponentListRevisionDelegate;
}
}
namespace Teamcenter
{
namespace SPECMGR
{
class CPComponentListRevisionImpl;
}
}
namespace Teamcenter
{
namespace SPECMGR
{
class CPComponentListRevision;
}
}
namespace Teamcenter
{
namespace SPECMGR
{
class CPComponentListRevisionGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class SPECMGR_API Teamcenter_alias::SPECMGR::CPComponentListRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CPComponentListRevisionDelegate instance
static CPComponentListRevisionDelegate& getInstance();
// Method to create the CPComponentListRevisionImpl pointer
static CPComponentListRevisionImpl* createImpl( CPComponentListRevision& ifObj );
// Method to delete the CPComponentListRevisionImpl pointer
static void deleteImpl( CPComponentListRevisionImpl* impl );
protected:
// Pointer to the instance
static CPComponentListRevisionDelegate* m_pInstance;
CPComponentListRevisionDelegate();
virtual ~CPComponentListRevisionDelegate();
static void setInstance( CPComponentListRevisionDelegate* instance );
private:
friend class ::Teamcenter::SPECMGR::CPComponentListRevisionGenImpl;
};
#include <specmgr/libspecmgr_undef.h>
#endif // TEAMCENTER__SPECMGR__CPCOMPONENTLISTREVISIONDELEGATE_HXX