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.4 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, Fnd0ShapeRelationDispatch
Filename: Fnd0ShapeRelationDispatch.hxx
Module: foundationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0SHAPERELATIONDISPATCH_HXX
#define TEAMCENTER__FND0SHAPERELATIONDISPATCH_HXX
#include <vector>
#include <Fnd0nweditor/Fnd0ShapeRelation.hxx>
#include <Fnd0nweditor/Fnd0ShapeRelationDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <foundationdispatch/initializefoundation.hxx>
#include <foundationdispatch/libfoundationdispatch_exports.h>
namespace Teamcenter
{
class Fnd0ShapeRelationDispatch;
}
namespace Teamcenter
{
class Fnd0ShapeRelationDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class FOUNDATIONDISPATCH_API Teamcenter::Fnd0ShapeRelationDispatch
: public Teamcenter::Fnd0ShapeRelationDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ShapeRelationDispatch instance
static Fnd0ShapeRelationDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Fnd0ShapeRelationDispatch* m_dispatch;
// Default Constructor
Fnd0ShapeRelationDispatch();
// Default Destructor
virtual ~Fnd0ShapeRelationDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Fnd0ShapeRelationDispatch
Fnd0ShapeRelationDispatch( const Fnd0ShapeRelationDispatch& );
// Assignment operator
Fnd0ShapeRelationDispatch& operator = ( const Fnd0ShapeRelationDispatch& );
// friend
friend void ::Teamcenter::initializefoundationInternal();
friend void ::Teamcenter::initializefoundationExtenders();
friend class Teamcenter::Fnd0ShapeRelationDelegate;
};
#include <foundationdispatch/libfoundationdispatch_undef.h>
#endif // TEAMCENTER__FND0SHAPERELATIONDISPATCH_HXX