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