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