added fix + test for SPRNET-1272

This commit is contained in:
eeichinger
2009-11-16 13:34:22 +00:00
parent 38c513b6e8
commit 3486f9a8b9

View File

@@ -1,3 +1,4 @@
#if NET_3_0
#region License
/*
@@ -54,4 +55,6 @@ namespace Spring.ServiceModel
SpringServiceHost ssh1 = new SpringServiceHost("service", of, true);
}
}
}
}
#endif // NET_3_0