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

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

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

revision 1.1.2.1.2.2 by npg, Tue Jul 22 10:46:30 2003 UTC revision 1.1.2.1.2.3 by npg, Tue Jul 22 18:56:20 2003 UTC
# Line 59  namespace DotGNU.XmlRpc Line 59  namespace DotGNU.XmlRpc
59    
60      public object Invoke()      public object Invoke()
61      {      {
62        // Invoke this method and return a boxed result.        // Ensure that we support method aliasing.  Ie the method name
63          // comes from goldwater and not the xmlrpc request (support for
64          // method aliasing)
65        int i = 5;        int i = 5;
66        return i;        return i;
67      }      }

Legend:
Removed from v.1.1.2.1.2.2  
changed lines
  Added in v.1.1.2.1.2.3

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