Rename wxFileSystemWatcherBase::DoAdd() to AddAny() and make it public.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2012 12:00:14 +0000 (12:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2012 12:00:14 +0000 (12:00 +0000)
commit3a2b37010cbba185b8f1d0ec69a9c7ce3e4d7310
tree0ddfe43650aad41da8db7637f3afa9bddf27a542
parent5c14ec264057d86fe60b2bacc09965492652cc0f
Rename wxFileSystemWatcherBase::DoAdd() to AddAny() and make it public.

Make this method public to fix compilation after the recent changes as
traverser classes can't call it otherwise (no idea why did it compile with
g++). And give it a better name just in case people decide to call it even
though it's not documented and described as private in comment (but perhaps we
could make it really public later).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/fswatcher.h
src/common/fswatchercmn.cpp
src/msw/fswatcher.cpp