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.0 KiB
78 lines
2.0 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, PrivateContextDelegate
|
|
Filename: PrivateContextDelegate.hxx
|
|
Module: collabctx
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PRIVATECONTEXTDELEGATE_HXX
|
|
#define TEAMCENTER__PRIVATECONTEXTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <collabctx/PrivateContext.hxx>
|
|
|
|
#include <collabctx/libcollabctx_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class PrivateContextDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class PrivateContextImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class PrivateContext;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class PrivateContextGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class COLLABCTX_API Teamcenter_alias::PrivateContextDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the PrivateContextDelegate instance
|
|
static PrivateContextDelegate& getInstance();
|
|
|
|
// Method to create the PrivateContextImpl pointer
|
|
static PrivateContextImpl* createImpl( PrivateContext& ifObj );
|
|
|
|
// Method to delete the PrivateContextImpl pointer
|
|
static void deleteImpl( PrivateContextImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static PrivateContextDelegate* m_pInstance;
|
|
|
|
PrivateContextDelegate();
|
|
virtual ~PrivateContextDelegate();
|
|
static void setInstance( PrivateContextDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::PrivateContextGenImpl;
|
|
|
|
};
|
|
|
|
#include <collabctx/libcollabctx_undef.h>
|
|
#endif // TEAMCENTER__PRIVATECONTEXTDELEGATE_HXX
|