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