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, IntentDelegate
Filename: IntentDelegate.hxx
Module: cfm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__INTENTDELEGATE_HXX
#define TEAMCENTER__INTENTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cfm/Intent.hxx>
#include <cfm/libcfm_exports.h>
namespace Teamcenter
{
class IntentDelegate;
}
namespace Teamcenter
{
class IntentImpl;
}
namespace Teamcenter
{
class Intent;
}
namespace Teamcenter
{
class IntentGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CFM_API Teamcenter_alias::IntentDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the IntentDelegate instance
static IntentDelegate& getInstance();
// Method to create the IntentImpl pointer
static IntentImpl* createImpl( Intent& ifObj );
// Method to delete the IntentImpl pointer
static void deleteImpl( IntentImpl* impl );
protected:
// Pointer to the instance
static IntentDelegate* m_pInstance;
IntentDelegate();
virtual ~IntentDelegate();
static void setInstance( IntentDelegate* instance );
private:
friend class ::Teamcenter::IntentGenImpl;
};
#include <cfm/libcfm_undef.h>
#endif // TEAMCENTER__INTENTDELEGATE_HXX