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.

78 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, DgtSignatureByUserRelationDelegate
Filename: DgtSignatureByUserRelationDelegate.hxx
Module: docmgt
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__DGTSIGNATUREBYUSERRELATIONDELEGATE_HXX
#define TEAMCENTER__DGTSIGNATUREBYUSERRELATIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <docmgt/DgtSignatureByUserRelation.hxx>
#include <docmgt/libdocmgt_exports.h>
namespace Teamcenter
{
class DgtSignatureByUserRelationDelegate;
}
namespace Teamcenter
{
class DgtSignatureByUserRelationImpl;
}
namespace Teamcenter
{
class DgtSignatureByUserRelation;
}
namespace Teamcenter
{
class DgtSignatureByUserRelationGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class DOCMGT_API Teamcenter_alias::DgtSignatureByUserRelationDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the DgtSignatureByUserRelationDelegate instance
static DgtSignatureByUserRelationDelegate& getInstance();
// Method to create the DgtSignatureByUserRelationImpl pointer
static DgtSignatureByUserRelationImpl* createImpl( DgtSignatureByUserRelation& ifObj );
// Method to delete the DgtSignatureByUserRelationImpl pointer
static void deleteImpl( DgtSignatureByUserRelationImpl* impl );
protected:
// Pointer to the instance
static DgtSignatureByUserRelationDelegate* m_pInstance;
DgtSignatureByUserRelationDelegate();
virtual ~DgtSignatureByUserRelationDelegate();
static void setInstance( DgtSignatureByUserRelationDelegate* instance );
private:
friend class ::Teamcenter::DgtSignatureByUserRelationGenImpl;
};
#include <docmgt/libdocmgt_undef.h>
#endif // TEAMCENTER__DGTSIGNATUREBYUSERRELATIONDELEGATE_HXX