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/mrocore/Smr0ProcessLogEntryDelegate...

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