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
1.9 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, WeldPointDelegate
Filename: WeldPointDelegate.hxx
Module: mfgbvr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__WELDPOINTDELEGATE_HXX
#define TEAMCENTER__WELDPOINTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mfgbvr/WeldPoint.hxx>
#include <mfgbvr/libmfgbvr_exports.h>
namespace Teamcenter
{
class WeldPointDelegate;
}
namespace Teamcenter
{
class WeldPointImpl;
}
namespace Teamcenter
{
class WeldPoint;
}
namespace Teamcenter
{
class WeldPointGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class MFGBVR_API Teamcenter_alias::WeldPointDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the WeldPointDelegate instance
static WeldPointDelegate& getInstance();
// Method to create the WeldPointImpl pointer
static WeldPointImpl* createImpl( WeldPoint& ifObj );
// Method to delete the WeldPointImpl pointer
static void deleteImpl( WeldPointImpl* impl );
protected:
// Pointer to the instance
static WeldPointDelegate* m_pInstance;
WeldPointDelegate();
virtual ~WeldPointDelegate();
static void setInstance( WeldPointDelegate* instance );
private:
friend class ::Teamcenter::WeldPointGenImpl;
};
#include <mfgbvr/libmfgbvr_undef.h>
#endif // TEAMCENTER__WELDPOINTDELEGATE_HXX