mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* 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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user