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.1 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, Cpd0ArcWeldDelegate
Filename: Cpd0ArcWeldDelegate.hxx
Module: cpd0cd
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CPD__CPD0ARCWELDDELEGATE_HXX
#define TEAMCENTER__CPD__CPD0ARCWELDDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cpd0cd/Cpd0ArcWeld.hxx>
#include <cpd0cd/libcpd0cd_exports.h>
namespace Teamcenter
{
namespace Cpd
{
class Cpd0ArcWeldDelegate;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0ArcWeldImpl;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0ArcWeld;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0ArcWeldGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CPD0CD_API Teamcenter_alias::Cpd::Cpd0ArcWeldDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cpd0ArcWeldDelegate instance
static Cpd0ArcWeldDelegate& getInstance();
// Method to create the Cpd0ArcWeldImpl pointer
static Cpd0ArcWeldImpl* createImpl( Cpd0ArcWeld& ifObj );
// Method to delete the Cpd0ArcWeldImpl pointer
static void deleteImpl( Cpd0ArcWeldImpl* impl );
protected:
// Pointer to the instance
static Cpd0ArcWeldDelegate* m_pInstance;
Cpd0ArcWeldDelegate();
virtual ~Cpd0ArcWeldDelegate();
static void setInstance( Cpd0ArcWeldDelegate* instance );
private:
friend class ::Teamcenter::Cpd::Cpd0ArcWeldGenImpl;
};
#include <cpd0cd/libcpd0cd_undef.h>
#endif // TEAMCENTER__CPD__CPD0ARCWELDDELEGATE_HXX