[BACK]Return to OMproxy.java CVS log [TXT][DIR] Up to [local] / OpenXM / src / OpenMath

Diff for /OpenXM/src/OpenMath/OMproxy.java between version 1.31 and 1.32

version 1.31, 2000/03/14 04:44:17 version 1.32, 2000/03/14 05:02:34
Line 1 
Line 1 
 /**  /**
  * $OpenXM: OpenXM/src/OpenMath/OMproxy.java,v 1.30 2000/03/12 14:24:21 tam Exp $   * $OpenXM: OpenXM/src/OpenMath/OMproxy.java,v 1.31 2000/03/14 04:44:17 tam Exp $
  */   */
   
 import JP.ac.kobe_u.math.tam.OpenXM.*;  import JP.ac.kobe_u.math.tam.OpenXM.*;
Line 136  class OMproxy implements Runnable{
Line 136  class OMproxy implements Runnable{
     {      {
       CMO[] CMOFormat = {new CMO_INT32(CMO.NULL),        CMO[] CMOFormat = {new CMO_INT32(CMO.NULL),
                          new CMO_INT32(CMO.INT32),                           new CMO_INT32(CMO.INT32),
                          new CMO_INT32(CMO.CMO_STRING),                           new CMO_INT32(CMO.STRING),
                          new CMO_INT32(CMO.CMO_LIST),                           new CMO_INT32(CMO.CMO_LIST),
                          new CMO_INT32(CMO.CMO_MONOMIAL32),                           new CMO_INT32(CMO.CMO_MONOMIAL32),
                          new CMO_INT32(CMO.CMO_ZZ),                           new CMO_INT32(CMO.CMO_ZZ),

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>