inline-1.C: New.
[official-gcc.git] / libjava / org / omg / CORBA / VisibilityHelper.h
blobc090bfa989260e6b3f8633085e541d84cbd916a2
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_VisibilityHelper__
5 #define __org_omg_CORBA_VisibilityHelper__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class Any;
19 class TypeCode;
20 class VisibilityHelper;
21 namespace portable
23 class InputStream;
24 class OutputStream;
31 class org::omg::CORBA::VisibilityHelper : public ::java::lang::Object
34 public:
35 VisibilityHelper();
36 static void insert(::org::omg::CORBA::Any *, jshort);
37 static jshort extract(::org::omg::CORBA::Any *);
38 static ::org::omg::CORBA::TypeCode * type();
39 static ::java::lang::String * id();
40 static jshort read(::org::omg::CORBA::portable::InputStream *);
41 static void write(::org::omg::CORBA::portable::OutputStream *, jshort);
42 static ::java::lang::Class class$;
45 #endif // __org_omg_CORBA_VisibilityHelper__