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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [GIOP/] [CodeSetServiceContext.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_CORBA_GIOP_CodeSetServiceContext__
5
#define __gnu_CORBA_GIOP_CodeSetServiceContext__
6
 
7
#pragma interface
8
 
9
#include <gnu/CORBA/GIOP/ServiceContext.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace CORBA
17
    {
18
      namespace CDR
19
      {
20
          class AbstractCdrInput;
21
          class AbstractCdrOutput;
22
      }
23
      namespace GIOP
24
      {
25
          class CodeSetServiceContext;
26
          class ServiceContext;
27
      }
28
        class IOR$CodeSets_profile;
29
        class IOR$CodeSets_profile$CodeSet_component;
30
    }
31
  }
32
}
33
 
34
class gnu::CORBA::GIOP::CodeSetServiceContext : public ::gnu::CORBA::GIOP::ServiceContext
35
{
36
 
37
public:
38
  CodeSetServiceContext();
39
  static ::gnu::CORBA::GIOP::CodeSetServiceContext * find(JArray< ::gnu::CORBA::GIOP::ServiceContext * > *);
40
  static ::gnu::CORBA::GIOP::CodeSetServiceContext * negotiate(::gnu::CORBA::IOR$CodeSets_profile *);
41
  virtual void readContext(::gnu::CORBA::CDR::AbstractCdrInput *);
42
  virtual ::java::lang::String * toString();
43
  virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
44
public: // actually protected
45
  static jint negotiate(::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component *, jint, jint);
46
private:
47
  ::java::lang::String * name(jint);
48
public:
49
  static const jint ID = 1;
50
  static ::gnu::CORBA::GIOP::CodeSetServiceContext * STANDARD;
51
  jint __attribute__((aligned(__alignof__( ::gnu::CORBA::GIOP::ServiceContext)))) char_data;
52
  jint wide_char_data;
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __gnu_CORBA_GIOP_CodeSetServiceContext__

powered by: WebSVN 2.1.0

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