2004-03-01
2004-03-01 19:28:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
4a71b95feb86a62d2a4a4d9c4f1c5e6ee6269d64
(9 lines)
(+7/-2)
[
Show
| Annotate
]
Branch: 5.2
Patch commands now take a context parameter.
Rev: server/base_server/module.pike:1.152
Rev: server/base_server/prototypes.pike:1.67
Rev: server/modules/misc/webdav.pike:1.4
6:
#include <module.h>
#include <variables.h>
#include <module_constants.h>
- constant cvs_version="$Id: prototypes.pike,v 1.66 2003/12/22 17:12:18 grubba Exp $";
+ constant cvs_version="$Id: prototypes.pike,v 1.67 2004/03/01 19:25:56 grubba Exp $";
class Variable
{
704: Inside #if constant(Parser.XML.Tree.XMLNSParser)
if (xml_data) return xml_data;
// FIXME: Probably ought to check that the content-type for
// the request is text/xml.
+ #ifdef DAV_DEBUG
+ werror("Parsing XML data: %O\n", data);
+ #endif
return xml_data = Parser.XML.Tree.parse_input(data, 0, 0, 0, 1);
}
#endif /* Parser.XML.Tree.XMLNSParser */
1249:
class PatchPropertyCommand
{
string property_name;
- mapping(string:mixed) execute(string path, RoxenModule module, RequestID id);
+ mapping(string:mixed) execute(string path, RoxenModule module,
+ RequestID id, mixed context);
}
#endif /* Parser.XML.Tree.XMLNSParser */