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

//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, OperationTemplateDelegate
Filename: OperationTemplateDelegate.hxx
Module: meta
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__OPERATIONTEMPLATEDELEGATE_HXX
#define TEAMCENTER__OPERATIONTEMPLATEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <meta/OperationTemplate.hxx>
#include <meta/libmeta_exports.h>
namespace Teamcenter
{
class OperationTemplateDelegate;
}
namespace Teamcenter
{
class OperationTemplateImpl;
}
namespace Teamcenter
{
class OperationTemplate;
}
namespace Teamcenter
{
class OperationTemplateGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class META_API Teamcenter_alias::OperationTemplateDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the OperationTemplateDelegate instance
static OperationTemplateDelegate& getInstance();
// Method to create the OperationTemplateImpl pointer
static OperationTemplateImpl* createImpl( OperationTemplate& ifObj );
// Method to delete the OperationTemplateImpl pointer
static void deleteImpl( OperationTemplateImpl* impl );
protected:
// Pointer to the instance
static OperationTemplateDelegate* m_pInstance;
OperationTemplateDelegate();
virtual ~OperationTemplateDelegate();
static void setInstance( OperationTemplateDelegate* instance );
private:
friend class ::Teamcenter::OperationTemplateGenImpl;
};
#include <meta/libmeta_undef.h>
#endif // TEAMCENTER__OPERATIONTEMPLATEDELEGATE_HXX