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.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, Mfg0BvrResourceDelegate
Filename: Mfg0BvrResourceDelegate.hxx
Module: mfgbvr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MFG0BVRRESOURCEDELEGATE_HXX
#define TEAMCENTER__MFG0BVRRESOURCEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mfgbvr/Mfg0BvrResource.hxx>
#include <mfgbvr/libmfgbvr_exports.h>
namespace Teamcenter
{
class Mfg0BvrResourceDelegate;
}
namespace Teamcenter
{
class Mfg0BvrResourceImpl;
}
namespace Teamcenter
{
class Mfg0BvrResource;
}
namespace Teamcenter
{
class Mfg0BvrResourceGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class MFGBVR_API Teamcenter_alias::Mfg0BvrResourceDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mfg0BvrResourceDelegate instance
static Mfg0BvrResourceDelegate& getInstance();
// Method to create the Mfg0BvrResourceImpl pointer
static Mfg0BvrResourceImpl* createImpl( Mfg0BvrResource& ifObj );
// Method to delete the Mfg0BvrResourceImpl pointer
static void deleteImpl( Mfg0BvrResourceImpl* impl );
protected:
// Pointer to the instance
static Mfg0BvrResourceDelegate* m_pInstance;
Mfg0BvrResourceDelegate();
virtual ~Mfg0BvrResourceDelegate();
static void setInstance( Mfg0BvrResourceDelegate* instance );
private:
friend class ::Teamcenter::Mfg0BvrResourceGenImpl;
};
#include <mfgbvr/libmfgbvr_undef.h>
#endif // TEAMCENTER__MFG0BVRRESOURCEDELEGATE_HXX