In System.Configuration:
[mono.git] / mcs / class / System / System.Net.Configuration / UriParserSection.cs
old mode 100755 (executable)
new mode 100644 (file)
index 88f6f91..4271d48
@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 && XML_DEP
+#if NET_2_0 && CONFIGURATION_DEP
 
 using System.Configuration;
 
@@ -56,7 +56,7 @@ namespace System.Net.Configuration
 
                #region Properties
 
-               protected internal override ConfigurationPropertyCollection Properties {
+               protected override ConfigurationPropertyCollection Properties {
                        get { return properties; }
                }
 
@@ -69,7 +69,7 @@ namespace System.Net.Configuration
                #region Methods
 
                [MonoTODO]
-               protected internal override object GetRuntimeObject ()
+               protected override object GetRuntimeObject ()
                {
                        throw new NotImplementedException ();
                }