summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-20 15:52:05 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-21 17:01:14 +0000
commit90bcb4b51918b26e840dc5102d2997fb48ee4341 (patch)
tree7dfcac75a3e6fa5fcbeb777dabb294bf7bb7e0cf /tools
parentFix Windows. (diff)
downloadcore-90bcb4b51918b26e840dc5102d2997fb48ee4341.tar.gz
core-90bcb4b51918b26e840dc5102d2997fb48ee4341.zip
privateise FileCopier - it is not used externally
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/fsys.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 7a4f2e42e9d5..3d2dfa84c444 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -327,11 +327,11 @@ public:
static String GetSearchDelimiter( FSysPathStyle eFormatter = FSYS_STYLE_HOST );
};
-// --------------
-// - FileCopier -
-// --------------
+// -----------------------------------------------------
+// - FileCopier - a private impl. detail of tools/ ... -
+// -----------------------------------------------------
-class TOOLS_DLLPUBLIC FileCopier
+class FileCopier
{
DirEntry aSource;
DirEntry aTarget;