Respect wxFileName::DontFollowLink() in wxFileSystemWatcher.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 18:21:31 +0000 (18:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 18:21:31 +0000 (18:21 +0000)
commit0fccda2ced58ad3cef3d272777725f6f0ff3a442
tree4ffc7a462a293e3d6f458b22f1a70dcd40c0a465
parentd2a02746c696445892fffbaae40a8495a99a37fe
Respect wxFileName::DontFollowLink() in wxFileSystemWatcher.

Watch the link itself and not its target if DontFollowLink() had been called.

Closes #14543.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/fswatcher.h
samples/fswatcher/fswatcher.cpp
src/common/fswatchercmn.cpp
tests/fswatcher/fswatchertest.cpp