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.8 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, RangeDelegate
Filename: RangeDelegate.hxx
Module: sa
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__RANGEDELEGATE_HXX
#define TEAMCENTER__RANGEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sa/Range.hxx>
#include <sa/libsa_exports.h>
namespace Teamcenter
{
class RangeDelegate;
}
namespace Teamcenter
{
class RangeImpl;
}
namespace Teamcenter
{
class Range;
}
namespace Teamcenter
{
class RangeGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SA_API Teamcenter_alias::RangeDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the RangeDelegate instance
static RangeDelegate& getInstance();
// Method to create the RangeImpl pointer
static RangeImpl* createImpl( Range& ifObj );
// Method to delete the RangeImpl pointer
static void deleteImpl( RangeImpl* impl );
protected:
// Pointer to the instance
static RangeDelegate* m_pInstance;
RangeDelegate();
virtual ~RangeDelegate();
static void setInstance( RangeDelegate* instance );
private:
friend class ::Teamcenter::RangeGenImpl;
};
#include <sa/libsa_undef.h>
#endif // TEAMCENTER__RANGEDELEGATE_HXX