aboutsummaryrefslogtreecommitdiff
path: root/libjava/org/omg/CORBA_2_3/portable/InputStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/CORBA_2_3/portable/InputStream.h')
-rw-r--r--libjava/org/omg/CORBA_2_3/portable/InputStream.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/libjava/org/omg/CORBA_2_3/portable/InputStream.h b/libjava/org/omg/CORBA_2_3/portable/InputStream.h
deleted file mode 100644
index d10f12a210b..00000000000
--- a/libjava/org/omg/CORBA_2_3/portable/InputStream.h
+++ /dev/null
@@ -1,49 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __org_omg_CORBA_2_3_portable_InputStream__
-#define __org_omg_CORBA_2_3_portable_InputStream__
-
-#pragma interface
-
-#include <org/omg/CORBA/portable/InputStream.h>
-extern "Java"
-{
- namespace org
- {
- namespace omg
- {
- namespace CORBA
- {
- namespace portable
- {
- class BoxedValueHelper;
- }
- }
- namespace CORBA_2_3
- {
- namespace portable
- {
- class InputStream;
- }
- }
- }
- }
-}
-
-class org::omg::CORBA_2_3::portable::InputStream : public ::org::omg::CORBA::portable::InputStream
-{
-
-public:
- InputStream();
- virtual ::java::lang::Object * read_abstract_interface();
- virtual ::java::lang::Object * read_abstract_interface(::java::lang::Class *);
- virtual ::java::io::Serializable * read_value();
- virtual ::java::io::Serializable * read_value(::java::lang::Class *);
- virtual ::java::io::Serializable * read_value(::java::io::Serializable *);
- virtual ::java::io::Serializable * read_value(::java::lang::String *);
- virtual ::java::io::Serializable * read_value(::org::omg::CORBA::portable::BoxedValueHelper *);
- static ::java::lang::Class class$;
-};
-
-#endif // __org_omg_CORBA_2_3_portable_InputStream__