00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 package cast.examples.autogen;
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 public final class WordServerAsComponentHelper
00024 {
00025 public static void
00026 write(Ice.OutputStream __outS, WordServerAsComponent __v)
00027 {
00028 __outS.writeObject(__v);
00029 }
00030
00031 public static void
00032 read(Ice.InputStream __inS, WordServerAsComponentHolder __h)
00033 {
00034 __inS.readObject(__h);
00035 }
00036 }