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

//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_SkdGraphIDelegate
Filename: DC_SkdGraphIDelegate.hxx
Module: contmgmts1000d
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDELEGATE_HXX
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmts1000d/DC_SkdGraphI.hxx>
#include <contmgmts1000d/libcontmgmts1000d_exports.h>
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdGraphIDelegate;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdGraphIImpl;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdGraphI;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdGraphIGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CONTMGMTS1000D_API Teamcenter_alias::contmgmts1000d::DC_SkdGraphIDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the DC_SkdGraphIDelegate instance
static DC_SkdGraphIDelegate& getInstance();
// Method to create the DC_SkdGraphIImpl pointer
static DC_SkdGraphIImpl* createImpl( DC_SkdGraphI& ifObj );
// Method to delete the DC_SkdGraphIImpl pointer
static void deleteImpl( DC_SkdGraphIImpl* impl );
protected:
// Pointer to the instance
static DC_SkdGraphIDelegate* m_pInstance;
DC_SkdGraphIDelegate();
virtual ~DC_SkdGraphIDelegate();
static void setInstance( DC_SkdGraphIDelegate* instance );
private:
friend class ::Teamcenter::contmgmts1000d::DC_SkdGraphIGenImpl;
};
#include <contmgmts1000d/libcontmgmts1000d_undef.h>
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDELEGATE_HXX