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

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