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, ContactInCompanyDelegate
Filename: ContactInCompanyDelegate.hxx
Module: tc
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTACTINCOMPANYDELEGATE_HXX
#define TEAMCENTER__CONTACTINCOMPANYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <tc/ContactInCompany.hxx>
#include <tc/libtc_exports.h>
namespace Teamcenter
{
class ContactInCompanyDelegate;
}
namespace Teamcenter
{
class ContactInCompanyImpl;
}
namespace Teamcenter
{
class ContactInCompany;
}
namespace Teamcenter
{
class ContactInCompanyGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class TC_API Teamcenter_alias::ContactInCompanyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ContactInCompanyDelegate instance
static ContactInCompanyDelegate& getInstance();
// Method to create the ContactInCompanyImpl pointer
static ContactInCompanyImpl* createImpl( ContactInCompany& ifObj );
// Method to delete the ContactInCompanyImpl pointer
static void deleteImpl( ContactInCompanyImpl* impl );
protected:
// Pointer to the instance
static ContactInCompanyDelegate* m_pInstance;
ContactInCompanyDelegate();
virtual ~ContactInCompanyDelegate();
static void setInstance( ContactInCompanyDelegate* instance );
private:
friend class ::Teamcenter::ContactInCompanyGenImpl;
};
#include <tc/libtc_undef.h>
#endif // TEAMCENTER__CONTACTINCOMPANYDELEGATE_HXX