diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-20 15:52:05 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-21 17:01:14 +0000 |
commit | 90bcb4b51918b26e840dc5102d2997fb48ee4341 (patch) | |
tree | 7dfcac75a3e6fa5fcbeb777dabb294bf7bb7e0cf /tools/inc | |
parent | f433d5a9b8379f5207df92d80ce7dede9d9795d8 (diff) |
privateise FileCopier - it is not used externally
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/fsys.hxx | 8 |
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; |