fix build 4 .net 1.0 (ug!)

This commit is contained in:
markpollack
2008-10-12 14:03:41 +00:00
parent 99b8a6f9eb
commit 8c6a3dc0e6

View File

@@ -18,6 +18,7 @@
#endregion
#if !NET_1_0
#region Imports
using System;
@@ -151,7 +152,7 @@ namespace Spring.Dao.Attributes
#if !NET_1_0
[Repository]
public class StereotypedRepositoryInterfaceImpl : RepositoryInterfaceImpl
{
@@ -194,7 +195,6 @@ namespace Spring.Dao.Attributes
}
}
}
#endif
public interface IRepositoryInterface
{
@@ -228,4 +228,5 @@ namespace Spring.Dao.Attributes
#endregion
}
}
}
#endif