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