diff options
author | Dr Scofield | 2009-03-25 07:36:56 +0000 |
---|---|---|
committer | Dr Scofield | 2009-03-25 07:36:56 +0000 |
commit | 0bb3d2e6d75baa244da1906e0466448cf4acb3be (patch) | |
tree | 324b6234d789311048899f0044756889cad39f23 /OpenSim/Framework/Servers/OSHttpResponse.cs | |
parent | HGStandaloneInventoryService now serves inventory assets. No need for clients... (diff) | |
download | opensim-SC-0bb3d2e6d75baa244da1906e0466448cf4acb3be.zip opensim-SC-0bb3d2e6d75baa244da1906e0466448cf4acb3be.tar.gz opensim-SC-0bb3d2e6d75baa244da1906e0466448cf4acb3be.tar.bz2 opensim-SC-0bb3d2e6d75baa244da1906e0466448cf4acb3be.tar.xz |
cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/OSHttpResponse.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Servers/OSHttpResponse.cs b/OpenSim/Framework/Servers/OSHttpResponse.cs index ff02edd..e46d605 100644 --- a/OpenSim/Framework/Servers/OSHttpResponse.cs +++ b/OpenSim/Framework/Servers/OSHttpResponse.cs | |||
@@ -65,11 +65,11 @@ namespace OpenSim.Framework.Servers | |||
65 | /// <remarks> | 65 | /// <remarks> |
66 | /// IsContentTypeSet will go away together with .NET base. | 66 | /// IsContentTypeSet will go away together with .NET base. |
67 | /// </remarks> | 67 | /// </remarks> |
68 | public bool IsContentTypeSet | 68 | // public bool IsContentTypeSet |
69 | { | 69 | // { |
70 | get { return _contentTypeSet; } | 70 | // get { return _contentTypeSet; } |
71 | } | 71 | // } |
72 | private bool _contentTypeSet; | 72 | // private bool _contentTypeSet; |
73 | 73 | ||
74 | 74 | ||
75 | /// <summary> | 75 | /// <summary> |