New test.
[mono.git] / mcs / class / corlib / System.Threading / ContextCallback.cs
index 1bdde0dca398968d3c19216e91bd9fa2c88190d6..85cca71e16433f62949de4fb896cfa66bd2b568d 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 
 #if NET_2_0
 
-using System;
+using System.Runtime.InteropServices;
 
 namespace System.Threading {
 
+       [ComVisible (true)]
        public delegate void ContextCallback (object state);
 
 }