OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [IOP/] [ServiceContextListHelper.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_IOP_ServiceContextListHelper__
5
#define __org_omg_IOP_ServiceContextListHelper__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace CORBA
19
      {
20
          class Any;
21
          class TypeCode;
22
        namespace portable
23
        {
24
            class InputStream;
25
            class OutputStream;
26
        }
27
      }
28
      namespace IOP
29
      {
30
          class ServiceContext;
31
          class ServiceContextListHelper;
32
      }
33
    }
34
  }
35
}
36
 
37
class org::omg::IOP::ServiceContextListHelper : public ::java::lang::Object
38
{
39
 
40
public:
41
  ServiceContextListHelper();
42
  static ::org::omg::CORBA::TypeCode * type();
43
  static void insert(::org::omg::CORBA::Any *, JArray< ::org::omg::IOP::ServiceContext * > *);
44
  static JArray< ::org::omg::IOP::ServiceContext * > * extract(::org::omg::CORBA::Any *);
45
  static ::java::lang::String * id();
46
  static JArray< ::org::omg::IOP::ServiceContext * > * read(::org::omg::CORBA::portable::InputStream *);
47
  static void write(::org::omg::CORBA::portable::OutputStream *, JArray< ::org::omg::IOP::ServiceContext * > *);
48
  static ::java::lang::Class class$;
49
};
50
 
51
#endif // __org_omg_IOP_ServiceContextListHelper__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.