/[dgee]/dgee/cslib/DotGNU/XmlRpc/XmlRpcObject.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/XmlRpc/XmlRpcObject.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by csmith, Sun Sep 21 10:55:47 2003 UTC revision 1.2.2.1 by csmith, Tue Oct 28 00:33:03 2003 UTC
# Line 87  namespace DotGNU.XmlRpc Line 87  namespace DotGNU.XmlRpc
87              methodName = text;              methodName = text;
88              break;              break;
89            default:            default:
90              AddValue();                  AddValue();
91              break;              break;
92            }            }
93            break;            break;
# Line 190  namespace DotGNU.XmlRpc Line 190  namespace DotGNU.XmlRpc
190          }          }
191        }        }
192        else {        else {
193          Add( o );          if( o != null ) Add( o );
194        }        }
195      }      }
196            

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26