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.
90 lines
2.4 KiB
90 lines
2.4 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, SSP0SkillRevisionDelegate
|
|
Filename: SSP0SkillRevisionDelegate.hxx
|
|
Module: serviceplanning
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEPLANNING__SSP0SKILLREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__SERVICEPLANNING__SSP0SKILLREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <serviceplanning/SSP0SkillRevision.hxx>
|
|
|
|
#include <serviceplanning/libserviceplanning_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0SkillRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0SkillRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0SkillRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0SkillRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SERVICEPLANNING_API Teamcenter_alias::serviceplanning::SSP0SkillRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSP0SkillRevisionDelegate instance
|
|
static SSP0SkillRevisionDelegate& getInstance();
|
|
|
|
// Method to create the SSP0SkillRevisionImpl pointer
|
|
static SSP0SkillRevisionImpl* createImpl( SSP0SkillRevision& ifObj );
|
|
|
|
// Method to delete the SSP0SkillRevisionImpl pointer
|
|
static void deleteImpl( SSP0SkillRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SSP0SkillRevisionDelegate* m_pInstance;
|
|
|
|
SSP0SkillRevisionDelegate();
|
|
virtual ~SSP0SkillRevisionDelegate();
|
|
static void setInstance( SSP0SkillRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::serviceplanning::SSP0SkillRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <serviceplanning/libserviceplanning_undef.h>
|
|
#endif // TEAMCENTER__SERVICEPLANNING__SSP0SKILLREVISIONDELEGATE_HXX
|