Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / fswatcherg.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/generic/fswatcherg.cpp
3 // Purpose: wxPollingFileSystemWatcher
4 // Author: Bartosz Bekier
5 // Created: 2009-05-26
6 // Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10 // For compilers that support precompilation, includes "wx.h".
11 #include "wx/wxprec.h"
12
13 #ifdef __BORLANDC__
14 #pragma hdrstop
15 #endif
16
17 #if wxUSE_FSWATCHER
18
19 #include "wx/fswatcher.h"
20
21 #endif // wxUSE_FSWATCHER