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.9 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, ImanActionDelegate
Filename: ImanActionDelegate.hxx
Module: sub_mgr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__IMANACTIONDELEGATE_HXX
#define TEAMCENTER__IMANACTIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sub_mgr/ImanAction.hxx>
#include <sub_mgr/libsub_mgr_exports.h>
namespace Teamcenter
{
class ImanActionDelegate;
}
namespace Teamcenter
{
class ImanActionImpl;
}
namespace Teamcenter
{
class ImanAction;
}
namespace Teamcenter
{
class ImanActionGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SUB_MGR_API Teamcenter_alias::ImanActionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ImanActionDelegate instance
static ImanActionDelegate& getInstance();
// Method to create the ImanActionImpl pointer
static ImanActionImpl* createImpl( ImanAction& ifObj );
// Method to delete the ImanActionImpl pointer
static void deleteImpl( ImanActionImpl* impl );
protected:
// Pointer to the instance
static ImanActionDelegate* m_pInstance;
ImanActionDelegate();
virtual ~ImanActionDelegate();
static void setInstance( ImanActionDelegate* instance );
private:
friend class ::Teamcenter::ImanActionGenImpl;
};
#include <sub_mgr/libsub_mgr_undef.h>
#endif // TEAMCENTER__IMANACTIONDELEGATE_HXX