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.2 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, Fnd0SpatialViewingLogDelegate
Filename: Fnd0SpatialViewingLogDelegate.hxx
Module: Fnd0mmv
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0SPATIALVIEWINGLOGDELEGATE_HXX
#define TEAMCENTER__FND0SPATIALVIEWINGLOGDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Fnd0mmv/Fnd0SpatialViewingLog.hxx>
#include <Fnd0mmv/libfnd0mmv_exports.h>
namespace Teamcenter
{
class Fnd0SpatialViewingLogDelegate;
}
namespace Teamcenter
{
class Fnd0SpatialViewingLogImpl;
}
namespace Teamcenter
{
class Fnd0SpatialViewingLog;
}
namespace Teamcenter
{
class Fnd0SpatialViewingLogGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class FND0MMV_API Teamcenter_alias::Fnd0SpatialViewingLogDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0SpatialViewingLogDelegate instance
static Fnd0SpatialViewingLogDelegate& getInstance();
// Method to create the Fnd0SpatialViewingLogImpl pointer
static Fnd0SpatialViewingLogImpl* createImpl( Fnd0SpatialViewingLog& ifObj );
// Method to delete the Fnd0SpatialViewingLogImpl pointer
static void deleteImpl( Fnd0SpatialViewingLogImpl* impl );
protected:
// Pointer to the instance
static Fnd0SpatialViewingLogDelegate* m_pInstance;
Fnd0SpatialViewingLogDelegate();
virtual ~Fnd0SpatialViewingLogDelegate();
static void setInstance( Fnd0SpatialViewingLogDelegate* instance );
private:
friend class ::Teamcenter::Fnd0SpatialViewingLogGenImpl;
};
#include <Fnd0mmv/libfnd0mmv_undef.h>
#endif // TEAMCENTER__FND0SPATIALVIEWINGLOGDELEGATE_HXX