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