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.1 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, PublicationRecordDelegate
Filename: PublicationRecordDelegate.hxx
Module: publication
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PUBLICATIONRECORDDELEGATE_HXX
#define TEAMCENTER__PUBLICATIONRECORDDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <publication/PublicationRecord.hxx>
#include <publication/libpublication_exports.h>
namespace Teamcenter
{
class PublicationRecordDelegate;
}
namespace Teamcenter
{
class PublicationRecordImpl;
}
namespace Teamcenter
{
class PublicationRecord;
}
namespace Teamcenter
{
class PublicationRecordGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PUBLICATION_API Teamcenter_alias::PublicationRecordDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PublicationRecordDelegate instance
static PublicationRecordDelegate& getInstance();
// Method to create the PublicationRecordImpl pointer
static PublicationRecordImpl* createImpl( PublicationRecord& ifObj );
// Method to delete the PublicationRecordImpl pointer
static void deleteImpl( PublicationRecordImpl* impl );
protected:
// Pointer to the instance
static PublicationRecordDelegate* m_pInstance;
PublicationRecordDelegate();
virtual ~PublicationRecordDelegate();
static void setInstance( PublicationRecordDelegate* instance );
private:
friend class ::Teamcenter::PublicationRecordGenImpl;
};
#include <publication/libpublication_undef.h>
#endif // TEAMCENTER__PUBLICATIONRECORDDELEGATE_HXX