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.4 KiB
90 lines
2.4 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, Smr0CapturesCharValueDelegate
|
|
Filename: Smr0CapturesCharValueDelegate.hxx
|
|
Module: mrocore
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MROCORE__SMR0CAPTURESCHARVALUEDELEGATE_HXX
|
|
#define TEAMCENTER__MROCORE__SMR0CAPTURESCHARVALUEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mrocore/Smr0CapturesCharValue.hxx>
|
|
|
|
#include <mrocore/libmrocore_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0CapturesCharValueDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0CapturesCharValueImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0CapturesCharValue;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class Smr0CapturesCharValueGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MROCORE_API Teamcenter_alias::mrocore::Smr0CapturesCharValueDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Smr0CapturesCharValueDelegate instance
|
|
static Smr0CapturesCharValueDelegate& getInstance();
|
|
|
|
// Method to create the Smr0CapturesCharValueImpl pointer
|
|
static Smr0CapturesCharValueImpl* createImpl( Smr0CapturesCharValue& ifObj );
|
|
|
|
// Method to delete the Smr0CapturesCharValueImpl pointer
|
|
static void deleteImpl( Smr0CapturesCharValueImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Smr0CapturesCharValueDelegate* m_pInstance;
|
|
|
|
Smr0CapturesCharValueDelegate();
|
|
virtual ~Smr0CapturesCharValueDelegate();
|
|
static void setInstance( Smr0CapturesCharValueDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::mrocore::Smr0CapturesCharValueGenImpl;
|
|
|
|
};
|
|
|
|
#include <mrocore/libmrocore_undef.h>
|
|
#endif // TEAMCENTER__MROCORE__SMR0CAPTURESCHARVALUEDELEGATE_HXX
|