X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Compilation%2FBuildDependencySet.cs;h=b85812397afc26f2ec1583043126082b723034c7;hb=191db41b36882368c6ae330ce5f36e42d023028c;hp=a97f10d1ca5caa87bdcf91f6cfe2b858eb7a270e;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Compilation/BuildDependencySet.cs b/mcs/class/System.Web/System.Web.Compilation/BuildDependencySet.cs index a97f10d1ca5..b85812397af 100644 --- a/mcs/class/System.Web/System.Web.Compilation/BuildDependencySet.cs +++ b/mcs/class/System.Web/System.Web.Compilation/BuildDependencySet.cs @@ -28,7 +28,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 + using System; using System.Collections; @@ -41,14 +41,14 @@ namespace System.Web.Compilation { { } - [MonoTODO] + [MonoTODO ("Not implemented")] public string HashCode { get { throw new NotImplementedException (); } } - [MonoTODO] + [MonoTODO ("Not implemented")] public IEnumerable VirtualPaths { get { throw new NotImplementedException (); @@ -58,4 +58,4 @@ namespace System.Web.Compilation { } -#endif +