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.

88 lines
2.5 KiB

//Copyright 2020 Siemens Digital Industries Software
//==================================================
//Copyright $2020.
//Siemens Product Lifecycle Management Software Inc.
//All Rights Reserved.
//e
//==================================================
//Copyright 2020 Siemens Digital Industries Software
/*==================================================================================================
File description:
This file contains the declaration for the Business Object, Qc0MasterCharSpecDelegate
Filename: Qc0MasterCharSpecDelegate.hxx
Module: Qc0qualitybase
@BMIDE autogenerated
==================================================================================================*/
#ifndef QC0QUALITYCENTERBASE__QC0MASTERCHARSPECDELEGATE_HXX
#define QC0QUALITYCENTERBASE__QC0MASTERCHARSPECDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Qc0qualitybase/Qc0MasterCharSpec.hxx>
#include <Qc0qualitybase/libqc0qualitybase_exports.h>
namespace qc0qualitycenterbase
{
class Qc0MasterCharSpecDelegate;
}
namespace qc0qualitycenterbase
{
class Qc0MasterCharSpecImpl;
}
namespace qc0qualitycenterbase
{
class Qc0MasterCharSpec;
}
namespace qc0qualitycenterbase
{
class Qc0MasterCharSpecGenImpl;
}
namespace qc0qualitycenterbase_alias = ::qc0qualitycenterbase;
class QC0QUALITYBASE_API qc0qualitycenterbase_alias::Qc0MasterCharSpecDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Qc0MasterCharSpecDelegate instance
static Qc0MasterCharSpecDelegate& getInstance();
// Method to create the Qc0MasterCharSpecImpl pointer
static Qc0MasterCharSpecImpl* createImpl( Qc0MasterCharSpec& ifObj );
// Method to delete the Qc0MasterCharSpecImpl pointer
static void deleteImpl( Qc0MasterCharSpecImpl* impl );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Qc0MasterCharSpec &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Qc0MasterCharSpecDelegate* m_pInstance;
Qc0MasterCharSpecDelegate();
virtual ~Qc0MasterCharSpecDelegate();
static void setInstance( Qc0MasterCharSpecDelegate* instance );
private:
friend class ::qc0qualitycenterbase::Qc0MasterCharSpecGenImpl;
};
#include <Qc0qualitybase/libqc0qualitybase_undef.h>
#endif // QC0QUALITYCENTERBASE__QC0MASTERCHARSPECDELEGATE_HXX