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, Cm0RemovedLineDelegate
Filename: Cm0RemovedLineDelegate.hxx
Module: cm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CM0REMOVEDLINEDELEGATE_HXX
#define TEAMCENTER__CM0REMOVEDLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cm/Cm0RemovedLine.hxx>
#include <cm/libcm_exports.h>
namespace Teamcenter
{
class Cm0RemovedLineDelegate;
}
namespace Teamcenter
{
class Cm0RemovedLineImpl;
}
namespace Teamcenter
{
class Cm0RemovedLine;
}
namespace Teamcenter
{
class Cm0RemovedLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CM_API Teamcenter_alias::Cm0RemovedLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cm0RemovedLineDelegate instance
static Cm0RemovedLineDelegate& getInstance();
// Method to create the Cm0RemovedLineImpl pointer
static Cm0RemovedLineImpl* createImpl( Cm0RemovedLine& ifObj );
// Method to delete the Cm0RemovedLineImpl pointer
static void deleteImpl( Cm0RemovedLineImpl* impl );
protected:
// Pointer to the instance
static Cm0RemovedLineDelegate* m_pInstance;
Cm0RemovedLineDelegate();
virtual ~Cm0RemovedLineDelegate();
static void setInstance( Cm0RemovedLineDelegate* instance );
private:
friend class ::Teamcenter::Cm0RemovedLineGenImpl;
};
#include <cm/libcm_undef.h>
#endif // TEAMCENTER__CM0REMOVEDLINEDELEGATE_HXX