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.
ML_ITK/13/include_cpp/sa/RoleInOwningGroupDelegate.hxx

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, RoleInOwningGroupDelegate
Filename: RoleInOwningGroupDelegate.hxx
Module: sa
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ROLEINOWNINGGROUPDELEGATE_HXX
#define TEAMCENTER__ROLEINOWNINGGROUPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sa/RoleInOwningGroup.hxx>
#include <sa/libsa_exports.h>
namespace Teamcenter
{
class RoleInOwningGroupDelegate;
}
namespace Teamcenter
{
class RoleInOwningGroupImpl;
}
namespace Teamcenter
{
class RoleInOwningGroup;
}
namespace Teamcenter
{
class RoleInOwningGroupGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SA_API Teamcenter_alias::RoleInOwningGroupDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the RoleInOwningGroupDelegate instance
static RoleInOwningGroupDelegate& getInstance();
// Method to create the RoleInOwningGroupImpl pointer
static RoleInOwningGroupImpl* createImpl( RoleInOwningGroup& ifObj );
// Method to delete the RoleInOwningGroupImpl pointer
static void deleteImpl( RoleInOwningGroupImpl* impl );
protected:
// Pointer to the instance
static RoleInOwningGroupDelegate* m_pInstance;
RoleInOwningGroupDelegate();
virtual ~RoleInOwningGroupDelegate();
static void setInstance( RoleInOwningGroupDelegate* instance );
private:
friend class ::Teamcenter::RoleInOwningGroupGenImpl;
};
#include <sa/libsa_undef.h>
#endif // TEAMCENTER__ROLEINOWNINGGROUPDELEGATE_HXX