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.7 KiB
90 lines
2.7 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, SSS0RequiredNeutralResourceDelegate
|
|
Filename: SSS0RequiredNeutralResourceDelegate.hxx
|
|
Module: sss0svcscheduling
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICESCHEDULING__SSS0REQUIREDNEUTRALRESOURCEDELEGATE_HXX
|
|
#define TEAMCENTER__SERVICESCHEDULING__SSS0REQUIREDNEUTRALRESOURCEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <sss0svcscheduling/SSS0RequiredNeutralResource.hxx>
|
|
|
|
#include <sss0svcscheduling/libsss0svcscheduling_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0RequiredNeutralResourceDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0RequiredNeutralResourceImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0RequiredNeutralResource;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0RequiredNeutralResourceGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SSS0SVCSCHEDULING_API Teamcenter_alias::servicescheduling::SSS0RequiredNeutralResourceDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSS0RequiredNeutralResourceDelegate instance
|
|
static SSS0RequiredNeutralResourceDelegate& getInstance();
|
|
|
|
// Method to create the SSS0RequiredNeutralResourceImpl pointer
|
|
static SSS0RequiredNeutralResourceImpl* createImpl( SSS0RequiredNeutralResource& ifObj );
|
|
|
|
// Method to delete the SSS0RequiredNeutralResourceImpl pointer
|
|
static void deleteImpl( SSS0RequiredNeutralResourceImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SSS0RequiredNeutralResourceDelegate* m_pInstance;
|
|
|
|
SSS0RequiredNeutralResourceDelegate();
|
|
virtual ~SSS0RequiredNeutralResourceDelegate();
|
|
static void setInstance( SSS0RequiredNeutralResourceDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::servicescheduling::SSS0RequiredNeutralResourceGenImpl;
|
|
|
|
};
|
|
|
|
#include <sss0svcscheduling/libsss0svcscheduling_undef.h>
|
|
#endif // TEAMCENTER__SERVICESCHEDULING__SSS0REQUIREDNEUTRALRESOURCEDELEGATE_HXX
|