update .sln too.
[mono.git] / mcs / class / System.Web / System.Web / OutputFilterStream.cs
index b6f1bfcf31c3f445619a7ac8069114776af798af..5d9a64246fd641a9d567709f6b2069cdeacead61 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //   Gonzalo Paniagua Javier (gonzalo@ximian.com
 //
-// (c) 2005 Novell, Inc. (http://www.novell.com)
+// (c) 2005-2009 Novell, Inc. (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 using System.Runtime.InteropServices;
 using System.IO;
 
-namespace System.Web {
-
-       class OutputFilterStream : Stream {
+namespace System.Web
+{
+       sealed class OutputFilterStream : Stream
+       {
                HttpResponseStream stream;
 
                public OutputFilterStream (HttpResponseStream stream)