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