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.1 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, Lgt0BvrLogisticOpDelegate
Filename: Lgt0BvrLogisticOpDelegate.hxx
Module: Lgt0logistics
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__LGT0BVRLOGISTICOPDELEGATE_HXX
#define TEAMCENTER__LGT0BVRLOGISTICOPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Lgt0logistics/Lgt0BvrLogisticOp.hxx>
#include <Lgt0logistics/liblgt0logistics_exports.h>
namespace Teamcenter
{
class Lgt0BvrLogisticOpDelegate;
}
namespace Teamcenter
{
class Lgt0BvrLogisticOpImpl;
}
namespace Teamcenter
{
class Lgt0BvrLogisticOp;
}
namespace Teamcenter
{
class Lgt0BvrLogisticOpGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class LGT0LOGISTICS_API Teamcenter_alias::Lgt0BvrLogisticOpDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Lgt0BvrLogisticOpDelegate instance
static Lgt0BvrLogisticOpDelegate& getInstance();
// Method to create the Lgt0BvrLogisticOpImpl pointer
static Lgt0BvrLogisticOpImpl* createImpl( Lgt0BvrLogisticOp& ifObj );
// Method to delete the Lgt0BvrLogisticOpImpl pointer
static void deleteImpl( Lgt0BvrLogisticOpImpl* impl );
protected:
// Pointer to the instance
static Lgt0BvrLogisticOpDelegate* m_pInstance;
Lgt0BvrLogisticOpDelegate();
virtual ~Lgt0BvrLogisticOpDelegate();
static void setInstance( Lgt0BvrLogisticOpDelegate* instance );
private:
friend class ::Teamcenter::Lgt0BvrLogisticOpGenImpl;
};
#include <Lgt0logistics/liblgt0logistics_undef.h>
#endif // TEAMCENTER__LGT0BVRLOGISTICOPDELEGATE_HXX