X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FListenerAsyncResult.cs;h=f926f8d46f03ff20bf7b7c8f2d37b7ae55e50d2e;hb=0556dc7ddb3520a7b395bf7be2f4f9edb7accf2a;hp=7d21718f0b8181a0fdfee2cf79c4d2ed684b6c4d;hpb=881f83658281916d8f0784df7c726ecb7cc289db;p=mono.git diff --git a/mcs/class/System/System.Net/ListenerAsyncResult.cs b/mcs/class/System/System.Net/ListenerAsyncResult.cs index 7d21718f0b8..f926f8d46f0 100644 --- a/mcs/class/System/System.Net/ListenerAsyncResult.cs +++ b/mcs/class/System/System.Net/ListenerAsyncResult.cs @@ -27,7 +27,9 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 + +#if NET_2_0 && SECURITY_DEP + using System.Threading; namespace System.Net { class ListenerAsyncResult : IAsyncResult {