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.

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