/[dgee]/dgee/cslib/DotGNU/XmlRpc/Serialization/MethodCallFormatter.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/XmlRpc/Serialization/MethodCallFormatter.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, Mon Oct 27 11:34:58 2003 UTC
# Line 62  namespace DotGNU.XmlRpc.Serialization.Fo Line 62  namespace DotGNU.XmlRpc.Serialization.Fo
62          sw.Flush();          sw.Flush();
63        }        }
64        else {        else {
65              // TODO This should be an exception
66          Console.Out.WriteLine          Console.Out.WriteLine
67            ( "BUMMER: wrong type given: {0}, expected and object of type {1}",            ( "MethodCallFormatter: Oh No!  wrong type given: {0}, expected and object of type {1}",
68              o.GetType(), "DotGNU.XmlRpc.XmlRpcMethod" );              o.GetType(), "DotGNU.XmlRpc.XmlRpcMethod" );
69        }        }
70      }      }

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