-This FS creates local cache (in /tmp directory). The cache is freed
-on program exit.
-
-Size of cache is limited to cca 1000 items (due to GetTempFileName
-limitation)
-
-
-*/
-
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
-#include "wx/wxprec.h"
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
-#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
-
-#ifndef WXPRECOMP
-#include "wx/wx.h"
-#endif