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/ps/Fnd0AbstractOccDelegate.hxx

78 lines
2.0 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, Fnd0AbstractOccDelegate
Filename: Fnd0AbstractOccDelegate.hxx
Module: ps
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0ABSTRACTOCCDELEGATE_HXX
#define TEAMCENTER__FND0ABSTRACTOCCDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ps/Fnd0AbstractOcc.hxx>
#include <ps/libps_exports.h>
namespace Teamcenter
{
class Fnd0AbstractOccDelegate;
}
namespace Teamcenter
{
class Fnd0AbstractOccImpl;
}
namespace Teamcenter
{
class Fnd0AbstractOcc;
}
namespace Teamcenter
{
class Fnd0AbstractOccGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PS_API Teamcenter_alias::Fnd0AbstractOccDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0AbstractOccDelegate instance
static Fnd0AbstractOccDelegate& getInstance();
// Method to create the Fnd0AbstractOccImpl pointer
static Fnd0AbstractOccImpl* createImpl( Fnd0AbstractOcc& ifObj );
// Method to delete the Fnd0AbstractOccImpl pointer
static void deleteImpl( Fnd0AbstractOccImpl* impl );
protected:
// Pointer to the instance
static Fnd0AbstractOccDelegate* m_pInstance;
Fnd0AbstractOccDelegate();
virtual ~Fnd0AbstractOccDelegate();
static void setInstance( Fnd0AbstractOccDelegate* instance );
private:
friend class ::Teamcenter::Fnd0AbstractOccGenImpl;
};
#include <ps/libps_undef.h>
#endif // TEAMCENTER__FND0ABSTRACTOCCDELEGATE_HXX