This commit is contained in:
Dr Scofield
2009-03-25 07:36:56 +00:00
parent 2afe3be2e6
commit 0bb3d2e6d7
6 changed files with 9 additions and 11 deletions

View File

@@ -65,11 +65,11 @@ namespace OpenSim.Framework.Servers
/// <remarks>
/// IsContentTypeSet will go away together with .NET base.
/// </remarks>
public bool IsContentTypeSet
{
get { return _contentTypeSet; }
}
private bool _contentTypeSet;
// public bool IsContentTypeSet
// {
// get { return _contentTypeSet; }
// }
// private bool _contentTypeSet;
/// <summary>