00001 // ********************************************************************** 00002 // 00003 // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. 00004 // 00005 // This copy of Ice is licensed to you under the terms described in the 00006 // ICE_LICENSE file included in this distribution. 00007 // 00008 // ********************************************************************** 00009 00010 // Ice version 3.4.1 00011 00012 package cast.cdl; 00013 00014 // <auto-generated> 00015 // 00016 // Generated from file `CDL.ice' 00017 // 00018 // Warning: do not edit this file. 00019 // 00020 // </auto-generated> 00021 00022 00023 public final class WorkingMemoryPointerHelper 00024 { 00025 public static void 00026 write(Ice.OutputStream __outS, WorkingMemoryPointer __v) 00027 { 00028 __outS.writeObject(__v); 00029 } 00030 00031 public static void 00032 read(Ice.InputStream __inS, WorkingMemoryPointerHolder __h) 00033 { 00034 __inS.readObject(__h); 00035 } 00036 }
1.5.8