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

//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, Mdl0ApprSrchIncludeAllDelegate
Filename: Mdl0ApprSrchIncludeAllDelegate.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0APPRSRCHINCLUDEALLDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0APPRSRCHINCLUDEALLDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mdl0model/Mdl0ApprSrchIncludeAll.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchIncludeAllDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchIncludeAllImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchIncludeAll;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchIncludeAllGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0ApprSrchIncludeAllDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0ApprSrchIncludeAllDelegate instance
static Mdl0ApprSrchIncludeAllDelegate& getInstance();
// Method to create the Mdl0ApprSrchIncludeAllImpl pointer
static Mdl0ApprSrchIncludeAllImpl* createImpl( Mdl0ApprSrchIncludeAll& ifObj );
// Method to delete the Mdl0ApprSrchIncludeAllImpl pointer
static void deleteImpl( Mdl0ApprSrchIncludeAllImpl* impl );
protected:
// Pointer to the instance
static Mdl0ApprSrchIncludeAllDelegate* m_pInstance;
Mdl0ApprSrchIncludeAllDelegate();
virtual ~Mdl0ApprSrchIncludeAllDelegate();
static void setInstance( Mdl0ApprSrchIncludeAllDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0ApprSrchIncludeAllGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0APPRSRCHINCLUDEALLDELEGATE_HXX