unwrap exception without changing the stack trace.
[mono.git] / mcs / class / Mainsoft.Web / Mainsoft.Web.Hosting / IncludeHelperServlet.cs
index ac52036a09b5801c778d4e7b74f226f2af4546dd..94cd1e3690258310022bf718cabcf18c4163d334 100644 (file)
@@ -38,6 +38,9 @@ using vmw.@internal.j2ee;
 
 namespace Mainsoft.Web.Hosting
 {
+       /// <summary>\r
+       /// <para>This class supports the Framework infrastructure and is not intended to be used directly from your code.</para>\r
+       /// </summary>
        public class IncludeHelperServlet : HttpServlet
        {
                public IncludeHelperServlet()
@@ -78,7 +81,7 @@ namespace Mainsoft.Web.Hosting
                        PrintWriter jwriter;
                }
 
-               public class JavaWriterFromTextWriter : Writer
+               class JavaWriterFromTextWriter : Writer
                {
                        public JavaWriterFromTextWriter(TextWriter writer)
                        {
@@ -117,3 +120,14 @@ namespace Mainsoft.Web.Hosting
                }
        }
 }
+
+namespace System.Web.GH
+{
+       /// <summary>\r
+       /// <para>This class supports the Framework infrastructure and is not intended to be used directly from your code.</para>\r
+       /// </summary>
+       public class IncludeHelperServlet : Mainsoft.Web.Hosting.IncludeHelperServlet
+       {
+       }
+
+}