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, Smr0WarningDelegate
Filename: Smr0WarningDelegate.hxx
Module: mrocore
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MROCORE__SMR0WARNINGDELEGATE_HXX
#define TEAMCENTER__MROCORE__SMR0WARNINGDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mrocore/Smr0Warning.hxx>
#include <mrocore/libmrocore_exports.h>
namespace Teamcenter
{
namespace mrocore
{
class Smr0WarningDelegate;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0WarningImpl;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0Warning;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0WarningGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MROCORE_API Teamcenter_alias::mrocore::Smr0WarningDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Smr0WarningDelegate instance
static Smr0WarningDelegate& getInstance();
// Method to create the Smr0WarningImpl pointer
static Smr0WarningImpl* createImpl( Smr0Warning& ifObj );
// Method to delete the Smr0WarningImpl pointer
static void deleteImpl( Smr0WarningImpl* impl );
protected:
// Pointer to the instance
static Smr0WarningDelegate* m_pInstance;
Smr0WarningDelegate();
virtual ~Smr0WarningDelegate();
static void setInstance( Smr0WarningDelegate* instance );
private:
friend class ::Teamcenter::mrocore::Smr0WarningGenImpl;
};
#include <mrocore/libmrocore_undef.h>
#endif // TEAMCENTER__MROCORE__SMR0WARNINGDELEGATE_HXX