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.5 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, PhysicalLocationUsageDelegate
Filename: PhysicalLocationUsageDelegate.hxx
Module: asmaintained
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONUSAGEDELEGATE_HXX
#define TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONUSAGEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <asmaintained/PhysicalLocationUsage.hxx>
#include <asmaintained/libasmaintained_exports.h>
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationUsageDelegate;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationUsageImpl;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationUsage;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationUsageGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class ASMAINTAINED_API Teamcenter_alias::asmaintained::PhysicalLocationUsageDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PhysicalLocationUsageDelegate instance
static PhysicalLocationUsageDelegate& getInstance();
// Method to create the PhysicalLocationUsageImpl pointer
static PhysicalLocationUsageImpl* createImpl( PhysicalLocationUsage& ifObj );
// Method to delete the PhysicalLocationUsageImpl pointer
static void deleteImpl( PhysicalLocationUsageImpl* impl );
protected:
// Pointer to the instance
static PhysicalLocationUsageDelegate* m_pInstance;
PhysicalLocationUsageDelegate();
virtual ~PhysicalLocationUsageDelegate();
static void setInstance( PhysicalLocationUsageDelegate* instance );
private:
friend class ::Teamcenter::asmaintained::PhysicalLocationUsageGenImpl;
};
#include <asmaintained/libasmaintained_undef.h>
#endif // TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONUSAGEDELEGATE_HXX