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