X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..9c72cf7619064969b5c7f59cece74013789db4cf:/docs/latex/wx/recguard.tex?ds=sidebyside diff --git a/docs/latex/wx/recguard.tex b/docs/latex/wx/recguard.tex index f9e29f19c4..92049cd8af 100644 --- a/docs/latex/wx/recguard.tex +++ b/docs/latex/wx/recguard.tex @@ -6,13 +6,13 @@ %% Created: 14.08.03 %% RCS-ID: $Id$ %% Copyright: (c) Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxRecursionGuard}}\label{wxrecursionguard} wxRecursionGuard is a very simple class which can be used to prevent reentrancy -problems in a function. It is not thread-safe and so should be used only in the +problems in a function. It is not thread-safe and so should be used only in single-threaded programs or in combination with some thread synchronization mechanisms.