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

//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, Smd0LogicalElementDispatch
Filename: Smd0LogicalElementDispatch.hxx
Module: smd0systemmodelingdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef SMD0SYSTEMMODELING__SMD0LOGICALELEMENTDISPATCH_HXX
#define SMD0SYSTEMMODELING__SMD0LOGICALELEMENTDISPATCH_HXX
#include <vector>
#include <Smd0sysmodeling/Smd0LogicalElement.hxx>
#include <Smd0sysmodeling/Smd0LogicalElementDelegate.hxx>
#include <smd0systemmodelingdispatch/Smd0ModelElementDispatch.hxx>
#include <smd0systemmodelingdispatch/initializesmd0systemmodeling.hxx>
#include <smd0systemmodelingdispatch/libsmd0systemmodelingdispatch_exports.h>
namespace smd0systemmodeling
{
class Smd0LogicalElementDispatch;
}
namespace smd0systemmodeling
{
class Smd0LogicalElementDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class SMD0SYSTEMMODELINGDISPATCH_API smd0systemmodeling::Smd0LogicalElementDispatch
: public smd0systemmodeling::Smd0LogicalElementDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Smd0LogicalElementDispatch instance
static Smd0LogicalElementDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Smd0LogicalElementDispatch* m_dispatch;
// Default Constructor
Smd0LogicalElementDispatch();
// Default Destructor
virtual ~Smd0LogicalElementDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Smd0LogicalElementDispatch
Smd0LogicalElementDispatch( const Smd0LogicalElementDispatch& );
// Assignment operator
Smd0LogicalElementDispatch& operator = ( const Smd0LogicalElementDispatch& );
// friend
friend void ::smd0systemmodeling::initializesmd0systemmodelingInternal();
friend void ::smd0systemmodeling::initializesmd0systemmodelingExtenders();
friend class smd0systemmodeling::Smd0LogicalElementDelegate;
};
#include <smd0systemmodelingdispatch/libsmd0systemmodelingdispatch_undef.h>
#endif // SMD0SYSTEMMODELING__SMD0LOGICALELEMENTDISPATCH_HXX