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.
79 lines
2.6 KiB
79 lines
2.6 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, Les0ESMResourceAttrHelperDispatch
|
|
Filename: Les0ESMResourceAttrHelperDispatch.hxx
|
|
Module: les0lisesmdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef LES0LISESM__LES0ESMRESOURCEATTRHELPERDISPATCH_HXX
|
|
#define LES0LISESM__LES0ESMRESOURCEATTRHELPERDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Les0lisesm/Les0ESMResourceAttrHelper.hxx>
|
|
#include <Les0lisesm/Les0ESMResourceAttrHelperDelegate.hxx>
|
|
#include <osl0lisoslcdispatch/Osl0ResourceAttrHelperDispatch.hxx>
|
|
#include <les0lisesmdispatch/initializeles0lisesm.hxx>
|
|
|
|
#include <les0lisesmdispatch/libles0lisesmdispatch_exports.h>
|
|
|
|
namespace les0lisesm
|
|
{
|
|
class Les0ESMResourceAttrHelperDispatch;
|
|
}
|
|
namespace les0lisesm
|
|
{
|
|
class Les0ESMResourceAttrHelperDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class LES0LISESMDISPATCH_API les0lisesm::Les0ESMResourceAttrHelperDispatch
|
|
: public les0lisesm::Les0ESMResourceAttrHelperDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Les0ESMResourceAttrHelperDispatch instance
|
|
static Les0ESMResourceAttrHelperDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Les0ESMResourceAttrHelperDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Les0ESMResourceAttrHelperDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Les0ESMResourceAttrHelperDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Les0ESMResourceAttrHelperDispatch
|
|
Les0ESMResourceAttrHelperDispatch( const Les0ESMResourceAttrHelperDispatch& );
|
|
|
|
// Assignment operator
|
|
Les0ESMResourceAttrHelperDispatch& operator = ( const Les0ESMResourceAttrHelperDispatch& );
|
|
|
|
// friend
|
|
friend void ::les0lisesm::initializeles0lisesmInternal();
|
|
friend void ::les0lisesm::initializeles0lisesmExtenders();
|
|
friend class les0lisesm::Les0ESMResourceAttrHelperDelegate;
|
|
};
|
|
|
|
#include <les0lisesmdispatch/libles0lisesmdispatch_undef.h>
|
|
#endif // LES0LISESM__LES0ESMRESOURCEATTRHELPERDISPATCH_HXX
|