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.
98 lines
2.8 KiB
98 lines
2.8 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, ADSTechDocument_0_Revi_alt0Delegate
|
|
Filename: ADSTechDocument_0_Revi_alt0Delegate.hxx
|
|
Module: adsfoundation
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENT_0_REVI_ALT0DELEGATE_HXX
|
|
#define TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENT_0_REVI_ALT0DELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <adsfoundation/ADSTechDocument_0_Revi_alt0.hxx>
|
|
|
|
#include <adsfoundation/libadsfoundation_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSTechDocument_0_Revi_alt0Delegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSTechDocument_0_Revi_alt0Impl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSTechDocument_0_Revi_alt0;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSTechDocument_0_Revi_alt0GenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ADSFOUNDATION_API Teamcenter_alias::adsfoundation::ADSTechDocument_0_Revi_alt0Delegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ADSTechDocument_0_Revi_alt0Delegate instance
|
|
static ADSTechDocument_0_Revi_alt0Delegate& getInstance();
|
|
|
|
// Method to create the ADSTechDocument_0_Revi_alt0Impl pointer
|
|
static ADSTechDocument_0_Revi_alt0Impl* createImpl( ADSTechDocument_0_Revi_alt0& ifObj );
|
|
|
|
// Method to delete the ADSTechDocument_0_Revi_alt0Impl pointer
|
|
static void deleteImpl( ADSTechDocument_0_Revi_alt0Impl* impl );
|
|
|
|
|
|
///
|
|
/// dummy_for_adstech_documentRevision
|
|
/// @version Tc 8
|
|
/// @return - dummy_for_adstech_documentRevision
|
|
///
|
|
int dummy_for_adstech_documentRevisionBase(const ADSTechDocument_0_Revi_alt0 &ifObj );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ADSTechDocument_0_Revi_alt0Delegate* m_pInstance;
|
|
|
|
ADSTechDocument_0_Revi_alt0Delegate();
|
|
virtual ~ADSTechDocument_0_Revi_alt0Delegate();
|
|
static void setInstance( ADSTechDocument_0_Revi_alt0Delegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::adsfoundation::ADSTechDocument_0_Revi_alt0GenImpl;
|
|
|
|
};
|
|
|
|
#include <adsfoundation/libadsfoundation_undef.h>
|
|
#endif // TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENT_0_REVI_ALT0DELEGATE_HXX
|