blob: 023602b27f7d22c625d56bdd672a5cf922436e58 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CosNaming_BindingIteratorHolder__
#define __org_omg_CosNaming_BindingIteratorHolder__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class TypeCode;
namespace portable
{
class InputStream;
class OutputStream;
}
}
namespace CosNaming
{
class BindingIterator;
class BindingIteratorHolder;
}
}
}
}
class org::omg::CosNaming::BindingIteratorHolder : public ::java::lang::Object
{
public:
BindingIteratorHolder();
BindingIteratorHolder(::org::omg::CosNaming::BindingIterator *);
void _read(::org::omg::CORBA::portable::InputStream *);
::org::omg::CORBA::TypeCode * _type();
void _write(::org::omg::CORBA::portable::OutputStream *);
::org::omg::CosNaming::BindingIterator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
static ::java::lang::Class class$;
};
#endif // __org_omg_CosNaming_BindingIteratorHolder__