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
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, Fnd0PSInstanceDelegate
Filename: Fnd0PSInstanceDelegate.hxx
Module: mechatronics
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0PSINSTANCEDELEGATE_HXX
#define TEAMCENTER__FND0PSINSTANCEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mechatronics/Fnd0PSInstance.hxx>
#include <mechatronics/libmechatronics_exports.h>
namespace Teamcenter
{
class Fnd0PSInstanceDelegate;
}
namespace Teamcenter
{
class Fnd0PSInstanceImpl;
}
namespace Teamcenter
{
class Fnd0PSInstance;
}
namespace Teamcenter
{
class Fnd0PSInstanceGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class MECHATRONICS_API Teamcenter_alias::Fnd0PSInstanceDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0PSInstanceDelegate instance
static Fnd0PSInstanceDelegate& getInstance();
// Method to create the Fnd0PSInstanceImpl pointer
static Fnd0PSInstanceImpl* createImpl( Fnd0PSInstance& ifObj );
// Method to delete the Fnd0PSInstanceImpl pointer
static void deleteImpl( Fnd0PSInstanceImpl* impl );
protected:
// Pointer to the instance
static Fnd0PSInstanceDelegate* m_pInstance;
Fnd0PSInstanceDelegate();
virtual ~Fnd0PSInstanceDelegate();
static void setInstance( Fnd0PSInstanceDelegate* instance );
private:
friend class ::Teamcenter::Fnd0PSInstanceGenImpl;
};
#include <mechatronics/libmechatronics_undef.h>
#endif // TEAMCENTER__FND0PSINSTANCEDELEGATE_HXX