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.

90 lines
2.3 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, Mdc0PortArtifactDelegate
Filename: Mdc0PortArtifactDelegate.hxx
Module: Mdc0mdc
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MDCONNECTIVITY__MDC0PORTARTIFACTDELEGATE_HXX
#define TEAMCENTER__MDCONNECTIVITY__MDC0PORTARTIFACTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Mdc0mdc/Mdc0PortArtifact.hxx>
#include <Mdc0mdc/libmdc0mdc_exports.h>
namespace Teamcenter
{
namespace mdconnectivity
{
class Mdc0PortArtifactDelegate;
}
}
namespace Teamcenter
{
namespace mdconnectivity
{
class Mdc0PortArtifactImpl;
}
}
namespace Teamcenter
{
namespace mdconnectivity
{
class Mdc0PortArtifact;
}
}
namespace Teamcenter
{
namespace mdconnectivity
{
class Mdc0PortArtifactGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDC0MDC_API Teamcenter_alias::mdconnectivity::Mdc0PortArtifactDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdc0PortArtifactDelegate instance
static Mdc0PortArtifactDelegate& getInstance();
// Method to create the Mdc0PortArtifactImpl pointer
static Mdc0PortArtifactImpl* createImpl( Mdc0PortArtifact& ifObj );
// Method to delete the Mdc0PortArtifactImpl pointer
static void deleteImpl( Mdc0PortArtifactImpl* impl );
protected:
// Pointer to the instance
static Mdc0PortArtifactDelegate* m_pInstance;
Mdc0PortArtifactDelegate();
virtual ~Mdc0PortArtifactDelegate();
static void setInstance( Mdc0PortArtifactDelegate* instance );
private:
friend class ::Teamcenter::mdconnectivity::Mdc0PortArtifactGenImpl;
};
#include <Mdc0mdc/libmdc0mdc_undef.h>
#endif // TEAMCENTER__MDCONNECTIVITY__MDC0PORTARTIFACTDELEGATE_HXX