tests/libjava-mauve/src/gnu/testlet/org/omg/CORBA/ORB/RF11/F_struct.java
branchjk_new_structure
changeset 1541 75c2e24dea9a
parent 1540 92ac284961c1
child 1542 be11db817bcf
equal deleted inserted replaced
1540:92ac284961c1 1541:75c2e24dea9a
     1 // Copyright (c) 2000, 2001 NEC Corporation.
       
     2 
       
     3 // Adapted for Mauve by Audrius Meskauskas <audriusa@bluewin.ch>
       
     4 
       
     5 // This file is part of Mauve.
       
     6 
       
     7 // Mauve is free software; you can redistribute it and/or modify
       
     8 // it under the terms of the GNU General Public License as published by
       
     9 // the Free Software Foundation; either version 2, or (at your option)
       
    10 // any later version.
       
    11 
       
    12 // Mauve is distributed in the hope that it will be useful,
       
    13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    15 // GNU General Public License for more details.
       
    16 
       
    17 // You should have received a copy of the GNU General Public License
       
    18 // along with Mauve; see the file COPYING.  If not, write to
       
    19 // the Free Software Foundation, 59 Temple Place - Suite 330,
       
    20 // Boston, MA 02111-1307, USA.
       
    21 
       
    22 /*
       
    23 This code originally came from the OMG's CORBA Open Source Testing project,
       
    24 which lived at cost.omg.org. That site no longer exists.
       
    25 
       
    26 All the contributing companies agreed to release their tests under the
       
    27 terms of the GNU Lesser General Public License, available in the file
       
    28 COPYING.LIB.
       
    29 
       
    30 The code has been modified integrating into Mauve test environment and
       
    31 removing tests that are not yet supported by Suns jre 1.4. Hence the license
       
    32 is now GPL.
       
    33 
       
    34 We downloaded the code from http://sourceforge.net/projects/corba-cost/,
       
    35 administrated by Duncan Grisby.
       
    36 */
       
    37 
       
    38 
       
    39 // F
       
    40 package gnu.testlet.org.omg.CORBA.ORB.RF11;
       
    41 
       
    42 public final class F_struct
       
    43   implements org.omg.CORBA.portable.IDLEntity
       
    44 {
       
    45   public C_struct e_c_struct = null;
       
    46   public C_union e_c_union = null;
       
    47   public short[] e_c_sequence_e_short = null;
       
    48   public short[] e_c_sequence_e_ushort = null;
       
    49   public int[] e_c_sequence_e_long = null;
       
    50   public int[] e_c_sequence_e_ulong = null;
       
    51   public float[] e_c_sequence_e_float = null;
       
    52   public double[] e_c_sequence_e_double = null;
       
    53   public char[] e_c_sequence_e_char = null;
       
    54   public boolean[] e_c_sequence_e_boolean = null;
       
    55   public byte[] e_c_sequence_e_octet = null;
       
    56   public org.omg.CORBA.Any[] e_c_sequence_e_any = null;
       
    57   public String[] e_c_sequence_e_string = null;
       
    58   public org.omg.CORBA.Object[] e_c_sequence_e_Object = null;
       
    59   public short[] e_c_array_e_short = null;
       
    60   public short[] e_c_array_e_ushort = null;
       
    61   public int[] e_c_array_e_long = null;
       
    62   public int[] e_c_array_e_ulong = null;
       
    63   public float[] e_c_array_e_float = null;
       
    64   public double[] e_c_array_e_double = null;
       
    65   public char[] e_c_array_e_char = null;
       
    66   public boolean[] e_c_array_e_boolean = null;
       
    67   public byte[] e_c_array_e_octet = null;
       
    68   public org.omg.CORBA.Any[] e_c_array_e_any = null;
       
    69   public String[] e_c_array_e_string = null;
       
    70   public org.omg.CORBA.Object[] e_c_array_e_Object = null;
       
    71 
       
    72   public F_struct()
       
    73   {
       
    74   } // ctor
       
    75 
       
    76   public F_struct(C_struct _e_c_struct, C_union _e_c_union,
       
    77                   short[] _e_c_sequence_e_short,
       
    78                   short[] _e_c_sequence_e_ushort, int[] _e_c_sequence_e_long,
       
    79                   int[] _e_c_sequence_e_ulong, float[] _e_c_sequence_e_float,
       
    80                   double[] _e_c_sequence_e_double, char[] _e_c_sequence_e_char,
       
    81                   boolean[] _e_c_sequence_e_boolean,
       
    82                   byte[] _e_c_sequence_e_octet,
       
    83                   org.omg.CORBA.Any[] _e_c_sequence_e_any,
       
    84                   String[] _e_c_sequence_e_string,
       
    85                   org.omg.CORBA.Object[] _e_c_sequence_e_Object,
       
    86                   short[] _e_c_array_e_short, short[] _e_c_array_e_ushort,
       
    87                   int[] _e_c_array_e_long, int[] _e_c_array_e_ulong,
       
    88                   float[] _e_c_array_e_float, double[] _e_c_array_e_double,
       
    89                   char[] _e_c_array_e_char, boolean[] _e_c_array_e_boolean,
       
    90                   byte[] _e_c_array_e_octet,
       
    91                   org.omg.CORBA.Any[] _e_c_array_e_any,
       
    92                   String[] _e_c_array_e_string,
       
    93                   org.omg.CORBA.Object[] _e_c_array_e_Object
       
    94                  )
       
    95   {
       
    96     e_c_struct = _e_c_struct;
       
    97     e_c_union = _e_c_union;
       
    98     e_c_sequence_e_short = _e_c_sequence_e_short;
       
    99     e_c_sequence_e_ushort = _e_c_sequence_e_ushort;
       
   100     e_c_sequence_e_long = _e_c_sequence_e_long;
       
   101     e_c_sequence_e_ulong = _e_c_sequence_e_ulong;
       
   102     e_c_sequence_e_float = _e_c_sequence_e_float;
       
   103     e_c_sequence_e_double = _e_c_sequence_e_double;
       
   104     e_c_sequence_e_char = _e_c_sequence_e_char;
       
   105     e_c_sequence_e_boolean = _e_c_sequence_e_boolean;
       
   106     e_c_sequence_e_octet = _e_c_sequence_e_octet;
       
   107     e_c_sequence_e_any = _e_c_sequence_e_any;
       
   108     e_c_sequence_e_string = _e_c_sequence_e_string;
       
   109     e_c_sequence_e_Object = _e_c_sequence_e_Object;
       
   110     e_c_array_e_short = _e_c_array_e_short;
       
   111     e_c_array_e_ushort = _e_c_array_e_ushort;
       
   112     e_c_array_e_long = _e_c_array_e_long;
       
   113     e_c_array_e_ulong = _e_c_array_e_ulong;
       
   114     e_c_array_e_float = _e_c_array_e_float;
       
   115     e_c_array_e_double = _e_c_array_e_double;
       
   116     e_c_array_e_char = _e_c_array_e_char;
       
   117     e_c_array_e_boolean = _e_c_array_e_boolean;
       
   118     e_c_array_e_octet = _e_c_array_e_octet;
       
   119     e_c_array_e_any = _e_c_array_e_any;
       
   120     e_c_array_e_string = _e_c_array_e_string;
       
   121     e_c_array_e_Object = _e_c_array_e_Object;
       
   122   } // ctor
       
   123 } // class F_struct