/[dgee]/dgee/cslib/DotGNU/DGEE/Protocols/XmlRpc/XmlRpcReplyHandler.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/Protocols/XmlRpc/XmlRpcReplyHandler.cs

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

revision 1.1.2.4.2.1 by npg, Tue Jul 22 10:46:30 2003 UTC revision 1.1.2.4.2.2 by npg, Tue Jul 22 10:58:11 2003 UTC
# Line 50  namespace DotGNU.DGEE.Protocols.XmlRpc Line 50  namespace DotGNU.DGEE.Protocols.XmlRpc
50        h0["nested two"] = 22;        h0["nested two"] = 22;
51    
52        h["A structure"] = h0;        h["A structure"] = h0;
53          
54          XmlRpcArray a = new XmlRpcArray();
55          a.Add( i );
56          a.Add( d );
57          a.Add( b );
58          a.Add( "some dodgy text");
59          a.Add( h0 );
60          h["An array"] = a;
61          reply = writer.Parse( h );
62    
       reply = writer.Parse( h );  
63        return reply;        return reply;
64      }      }
65    }    }

Legend:
Removed from v.1.1.2.4.2.1  
changed lines
  Added in v.1.1.2.4.2.2

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