From d814f77dcf5fa70828f55a26e6df85b5e7070acd Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 3 Aug 2013 19:15:36 +0000 Subject: [PATCH] lazutils: comment git-svn-id: trunk@42294 - --- components/lazutils/lconvencoding.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/lazutils/lconvencoding.pas b/components/lazutils/lconvencoding.pas index 1a31c1225a..60199506d7 100644 --- a/components/lazutils/lconvencoding.pas +++ b/components/lazutils/lconvencoding.pas @@ -5,6 +5,9 @@ See the file COPYING.modifiedLGPL.txt, included in this distribution, for details about the license. ***************************************************************************** + + Note: + The functions of this unit are thread-safe. } unit LConvEncoding;