aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorlbsa712008-07-21 10:02:55 +0000
committerlbsa712008-07-21 10:02:55 +0000
commit9dbb6f28bc7e91b4643d2e80e2182f273d7e9121 (patch)
tree07f3101eeac8c7bd9970317b513d20d54a986870 /OpenSim/ApplicationPlugins
parentsome optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ... (diff)
downloadopensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.zip
opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.gz
opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.bz2
opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.xz
* 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
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs2
1 files changed, 1 insertions, 1 deletions
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
441 441
442 // Preserves the original handler's semantics 442 // Preserves the original handler's semantics
443 443
444 public new void AddStreamHandler(string httpMethod, string path, RestMethod method) 444 public void AddStreamHandler(string httpMethod, string path, RestMethod method)
445 { 445 {
446 446
447 if (!IsEnabled) 447 if (!IsEnabled)