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