align with recent changes
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 13 Mar 2007 10:49:22 +0000 (10:49 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 13 Mar 2007 10:49:22 +0000 (10:49 -0000)
svn path=/trunk/mcs/; revision=74161

mcs/class/System.Web/System.Web.Compilation/AppResourcesCompiler.jvm.cs

index 3c9beabf17ff5a2388f502385cbc6bff70beda7e..1fe5a280f9d5dea7611c27524ff57618fb6b4e32 100644 (file)
@@ -47,6 +47,8 @@ namespace System.Web.Compilation
 {
        internal class AppResourcesCompiler
        {
+               public AppResourcesCompiler (string path) { }
+               public Assembly Compile () { return null; }
                internal static Assembly GetCachedLocalResourcesAssembly (string path)
                {
                        string localResourcesPath = UrlUtils.Combine (path, "App_LocalResources");