]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/fswatcherg.cpp
Merge SOC2009_FSWATCHER branch into trunk.
[wxWidgets.git] / src / generic / fswatcherg.cpp
diff --git a/src/generic/fswatcherg.cpp b/src/generic/fswatcherg.cpp
new file mode 100644 (file)
index 0000000..858b60f
--- /dev/null
@@ -0,0 +1,22 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        generic/fswatcherg.cpp
+// Purpose:     wxPollingFileSystemWatcher
+// Author:      Bartosz Bekier
+// Created:     2009-05-26
+// RCS-ID:      $Id$
+// Copyright:   (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+#if wxUSE_FSWATCHER
+
+#include "wx/fswatcher.h"
+
+#endif // wxUSE_FSWATCHER