Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey
2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions
+48
View File
@@ -0,0 +1,48 @@
// 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__