Daily bump.
[official-gcc.git] / libjava / org / omg / IOP / ServiceContextHolder.h
blob2448be547d6d88d10b0f4dc17e65c3dc2c52ab98
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_ServiceContextHolder__
5 #define __org_omg_IOP_ServiceContextHolder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class TypeCode;
19 namespace portable
21 class InputStream;
22 class OutputStream;
25 namespace IOP
27 class ServiceContext;
28 class ServiceContextHolder;
34 class org::omg::IOP::ServiceContextHolder : public ::java::lang::Object
37 public:
38 ServiceContextHolder();
39 ServiceContextHolder(::org::omg::IOP::ServiceContext *);
40 void _read(::org::omg::CORBA::portable::InputStream *);
41 void _write(::org::omg::CORBA::portable::OutputStream *);
42 ::org::omg::CORBA::TypeCode * _type();
43 ::org::omg::IOP::ServiceContext * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
44 static ::java::lang::Class class$;
47 #endif // __org_omg_IOP_ServiceContextHolder__