aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libjava/gnu/CORBA/gnuCodecFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/libjava/gnu/CORBA/gnuCodecFactory.h')
-rw-r--r--gcc-4.6/libjava/gnu/CORBA/gnuCodecFactory.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/gcc-4.6/libjava/gnu/CORBA/gnuCodecFactory.h b/gcc-4.6/libjava/gnu/CORBA/gnuCodecFactory.h
deleted file mode 100644
index 51d52b3f5..000000000
--- a/gcc-4.6/libjava/gnu/CORBA/gnuCodecFactory.h
+++ /dev/null
@@ -1,48 +0,0 @@
-
-// 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__