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.5 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, SPR0RequestedPartInfoDelegate
Filename: SPR0RequestedPartInfoDelegate.hxx
Module: serviceprocessing
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTINFODELEGATE_HXX
#define TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTINFODELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <serviceprocessing/SPR0RequestedPartInfo.hxx>
#include <serviceprocessing/libserviceprocessing_exports.h>
namespace Teamcenter
{
namespace serviceprocessing
{
class SPR0RequestedPartInfoDelegate;
}
}
namespace Teamcenter
{
namespace serviceprocessing
{
class SPR0RequestedPartInfoImpl;
}
}
namespace Teamcenter
{
namespace serviceprocessing
{
class SPR0RequestedPartInfo;
}
}
namespace Teamcenter
{
namespace serviceprocessing
{
class SPR0RequestedPartInfoGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class SERVICEPROCESSING_API Teamcenter_alias::serviceprocessing::SPR0RequestedPartInfoDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the SPR0RequestedPartInfoDelegate instance
static SPR0RequestedPartInfoDelegate& getInstance();
// Method to create the SPR0RequestedPartInfoImpl pointer
static SPR0RequestedPartInfoImpl* createImpl( SPR0RequestedPartInfo& ifObj );
// Method to delete the SPR0RequestedPartInfoImpl pointer
static void deleteImpl( SPR0RequestedPartInfoImpl* impl );
protected:
// Pointer to the instance
static SPR0RequestedPartInfoDelegate* m_pInstance;
SPR0RequestedPartInfoDelegate();
virtual ~SPR0RequestedPartInfoDelegate();
static void setInstance( SPR0RequestedPartInfoDelegate* instance );
private:
friend class ::Teamcenter::serviceprocessing::SPR0RequestedPartInfoGenImpl;
};
#include <serviceprocessing/libserviceprocessing_undef.h>
#endif // TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTINFODELEGATE_HXX