Changes between Version 1 and Version 2 of DotNet


Ignore:
Timestamp:
Jul 8, 2008, 7:59:15 PM (16 years ago)
Author:
anonymous
Comment:

missing double quotes added

Legend:

Unmodified
Added
Removed
Modified
  • DotNet

    v1 v2  
    3434        string[] getAllPages();
    3535
    36         [XmlRpcMethod(wiki.putPage")]
     36        [XmlRpcMethod("wiki.putPage")]
    3737        bool putPage(string pagename, string content, struct PageAttributes attr);
    3838    }