/[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.7 by npg, Fri Jul 25 10:13:47 2003 UTC revision 1.1.2.4.2.8 by npg, Fri Jul 25 11:42:14 2003 UTC
# Line 57  namespace DotGNU.DGEE.Protocols.XmlRpc Line 57  namespace DotGNU.DGEE.Protocols.XmlRpc
57        a.Add( b );        a.Add( b );
58        a.Add( "some dodgy text");        a.Add( "some dodgy text");
59        a.Add( h0 );        a.Add( h0 );
60          a.Add( DateTime.Now );
       DateTime dt = DateTime.Now;  
       Console.Out.WriteLine( "Adding DateTime: " + DateTime.Now );  
       //a.Add( dt );  
61        a.Add( bytes );        a.Add( bytes );
62        h["An array"] = a;        h["An array"] = a;
63    

Legend:
Removed from v.1.1.2.4.2.7  
changed lines
  Added in v.1.1.2.4.2.8

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