rt_gccstream/libjava/gnu/CORBA/gnuCodecFactory.h

49 lines
913 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_CORBA_gnuCodecFactory__
#define __gnu_CORBA_gnuCodecFactory__
#pragma interface
#include <org/omg/CORBA/LocalObject.h>
extern "Java"
{
namespace gnu
{
namespace CORBA
{
class gnuCodecFactory;
}
}
namespace org
{
namespace omg
{
namespace CORBA
{
class ORB;
}
namespace IOP
{
class Codec;
class Encoding;
}
}
}
}
class gnu::CORBA::gnuCodecFactory : public ::org::omg::CORBA::LocalObject
{
public:
gnuCodecFactory(::org::omg::CORBA::ORB *);
virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *);
private:
::org::omg::CORBA::ORB * __attribute__((aligned(__alignof__( ::org::omg::CORBA::LocalObject)))) orb;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_CORBA_gnuCodecFactory__