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