X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data%2FSystem.Data%2FIDataReader2.cs;h=672e41227c085b885232a97da41de532f6eef7b4;hb=ac27105c704380af358b4c5da005d4efc1e513f4;hp=2f0eded0760497139b598ee913353e3ac0be178f;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/class/System.Data/System.Data/IDataReader2.cs b/mcs/class/System.Data/System.Data/IDataReader2.cs index 2f0eded0760..672e41227c0 100644 --- a/mcs/class/System.Data/System.Data/IDataReader2.cs +++ b/mcs/class/System.Data/System.Data/IDataReader2.cs @@ -30,17 +30,17 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 + namespace System.Data { public interface IDataReader2 { #region Properties - +#if NET_2_0 bool HasRows { get; } - +#endif #endregion // Properties } } -#endif +