/[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.3 by npg, Tue Jul 22 18:56:20 2003 UTC revision 1.1.2.1.2.4 by npg, Wed Jul 23 11:25:59 2003 UTC
# Line 21  Line 21 
21   *   *
22   * --------------------------------------------------------------------------   * --------------------------------------------------------------------------
23   */   */
24    using System.Reflection;
25    using System.Collections;
26    
27  namespace DotGNU.XmlRpc  namespace DotGNU.XmlRpc
28  {  {
   using System.Reflection;  
   using System.Collections;  
   
29    public class XmlRpcMethod    public class XmlRpcMethod
30    {    {
31      protected String name;  // Name of method being called      protected String name;  // Name of method being called

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

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