Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.IO/WindowsWatcher.cs')
-rw-r--r--mcs/class/System/System.IO/WindowsWatcher.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO/WindowsWatcher.cs b/mcs/class/System/System.IO/WindowsWatcher.cs
index e7b53592e12..dc5e848f13d 100644
--- a/mcs/class/System/System.IO/WindowsWatcher.cs
+++ b/mcs/class/System/System.IO/WindowsWatcher.cs
@@ -35,6 +35,7 @@ namespace System.IO {
{
}
+ // Locked by caller
public static bool GetInstance (out IFileWatcher watcher)
{
throw new NotSupportedException ();