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.
90 lines
2.4 KiB
90 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, Ads0StdNoteRevisionDelegate
|
|
Filename: Ads0StdNoteRevisionDelegate.hxx
|
|
Module: adsfoundation
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ADSFOUNDATION__ADS0STDNOTEREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__ADSFOUNDATION__ADS0STDNOTEREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <adsfoundation/Ads0StdNoteRevision.hxx>
|
|
|
|
#include <adsfoundation/libadsfoundation_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class Ads0StdNoteRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class Ads0StdNoteRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class Ads0StdNoteRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class Ads0StdNoteRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ADSFOUNDATION_API Teamcenter_alias::adsfoundation::Ads0StdNoteRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Ads0StdNoteRevisionDelegate instance
|
|
static Ads0StdNoteRevisionDelegate& getInstance();
|
|
|
|
// Method to create the Ads0StdNoteRevisionImpl pointer
|
|
static Ads0StdNoteRevisionImpl* createImpl( Ads0StdNoteRevision& ifObj );
|
|
|
|
// Method to delete the Ads0StdNoteRevisionImpl pointer
|
|
static void deleteImpl( Ads0StdNoteRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Ads0StdNoteRevisionDelegate* m_pInstance;
|
|
|
|
Ads0StdNoteRevisionDelegate();
|
|
virtual ~Ads0StdNoteRevisionDelegate();
|
|
static void setInstance( Ads0StdNoteRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::adsfoundation::Ads0StdNoteRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <adsfoundation/libadsfoundation_undef.h>
|
|
#endif // TEAMCENTER__ADSFOUNDATION__ADS0STDNOTEREVISIONDELEGATE_HXX
|