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.5 KiB
90 lines
2.5 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, DC_UnparsedDocRevisionDelegate
|
|
Filename: DC_UnparsedDocRevisionDelegate.hxx
|
|
Module: contmgmtbase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTBASE__DC_UNPARSEDDOCREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__CONTMGMTBASE__DC_UNPARSEDDOCREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <contmgmtbase/DC_UnparsedDocRevision.hxx>
|
|
|
|
#include <contmgmtbase/libcontmgmtbase_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_UnparsedDocRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_UnparsedDocRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_UnparsedDocRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DC_UnparsedDocRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::DC_UnparsedDocRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DC_UnparsedDocRevisionDelegate instance
|
|
static DC_UnparsedDocRevisionDelegate& getInstance();
|
|
|
|
// Method to create the DC_UnparsedDocRevisionImpl pointer
|
|
static DC_UnparsedDocRevisionImpl* createImpl( DC_UnparsedDocRevision& ifObj );
|
|
|
|
// Method to delete the DC_UnparsedDocRevisionImpl pointer
|
|
static void deleteImpl( DC_UnparsedDocRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static DC_UnparsedDocRevisionDelegate* m_pInstance;
|
|
|
|
DC_UnparsedDocRevisionDelegate();
|
|
virtual ~DC_UnparsedDocRevisionDelegate();
|
|
static void setInstance( DC_UnparsedDocRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::contmgmtbase::DC_UnparsedDocRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <contmgmtbase/libcontmgmtbase_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTBASE__DC_UNPARSEDDOCREVISIONDELEGATE_HXX
|