|
|
@@ -14,7 +14,7 @@ namespace System.Web.Configuration {
|
|
|
|
|
|
public class HttpCapabilitiesBase
|
|
|
{
|
|
|
- protected Hashtable _capabilities;
|
|
|
+ Hashtable _capabilities;
|
|
|
|
|
|
public HttpCapabilitiesBase ()
|
|
|
{
|
|
|
@@ -30,6 +30,10 @@ public class HttpCapabilitiesBase
|
|
|
{
|
|
|
throw new NotImplementedException ();
|
|
|
}
|
|
|
+
|
|
|
+ protected virtual void Init ()
|
|
|
+ {
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
}
|