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

//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, CrfQuerySourceDelegate
Filename: CrfQuerySourceDelegate.hxx
Module: qry
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CRFQUERYSOURCEDELEGATE_HXX
#define TEAMCENTER__CRFQUERYSOURCEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <qry/CrfQuerySource.hxx>
#include <qry/libqry_exports.h>
namespace Teamcenter
{
class CrfQuerySourceDelegate;
}
namespace Teamcenter
{
class CrfQuerySourceImpl;
}
namespace Teamcenter
{
class CrfQuerySource;
}
namespace Teamcenter
{
class CrfQuerySourceGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class QRY_API Teamcenter_alias::CrfQuerySourceDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CrfQuerySourceDelegate instance
static CrfQuerySourceDelegate& getInstance();
// Method to create the CrfQuerySourceImpl pointer
static CrfQuerySourceImpl* createImpl( CrfQuerySource& ifObj );
// Method to delete the CrfQuerySourceImpl pointer
static void deleteImpl( CrfQuerySourceImpl* impl );
protected:
// Pointer to the instance
static CrfQuerySourceDelegate* m_pInstance;
CrfQuerySourceDelegate();
virtual ~CrfQuerySourceDelegate();
static void setInstance( CrfQuerySourceDelegate* instance );
private:
friend class ::Teamcenter::CrfQuerySourceGenImpl;
};
#include <qry/libqry_undef.h>
#endif // TEAMCENTER__CRFQUERYSOURCEDELEGATE_HXX