2001-12-19 Gaurav Vaish <gvaish@iitk.ac.in>
[mono.git] / mcs / class / System.Web / System.Web / HttpRuntime.cs
index 61cc160c28c23ff5aaf8465904ce8e31bbac6456..0b618565215ccaea1d03e85c15d976ea9a62912a 100644 (file)
@@ -1,10 +1,10 @@
 /**\r
- * Namespace: System.Web.UI.Utils\r
+ * Namespace: System.Web\r
  * Class:     HttpRuntime\r
  * \r
  * Author:  Gaurav Vaish\r
  * Contact: <gvaish@iitk.ac.in>\r
- * Status:  100%\r
+ * Status:  ?%\r
  * \r
  * (C) Gaurav Vaish (2001)\r
  */\r
@@ -34,14 +34,11 @@ namespace System.Web
                        autogenKeys = new byte[88];\r
                        initialized = false;\r
                        isapiLoaded = false;\r
-                       //throw new NotImplementedException();\r
-                       /*\r
                        if(!DesignTimeParseData.InDesigner)\r
                                Initialize();\r
                        runtime     = new HttpRuntime();\r
-                       if(!DesignerTimeParseData.InDesigner)\r
+                       if(!DesignTimeParseData.InDesigner)\r
                                runtime.Init();\r
-                       */\r
                }\r
                \r
                internal static void Initialize()\r