From 9dbb6f28bc7e91b4643d2e80e2182f273d7e9121 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 21 Jul 2008 10:02:55 +0000 Subject: * eliminated some warnings and added some const and readonlies * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml --- OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index c351272..9a1f628 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs @@ -441,7 +441,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory // Preserves the original handler's semantics - public new void AddStreamHandler(string httpMethod, string path, RestMethod method) + public void AddStreamHandler(string httpMethod, string path, RestMethod method) { if (!IsEnabled) -- cgit v1.1