]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/critsect.tex
don't misinterpret the time after the date as a weekday (patch 1836708)
[wxWidgets.git] / docs / latex / wx / critsect.tex
index 2451e97d04012e8a4dab6b32f9c3723cb6bcc5f6..d9cd0c0df1c896b3e09a6325e2907d73e84ab29c 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxCriticalSection}}\label{wxcriticalsection}
 
 \section{\class{wxCriticalSection}}\label{wxcriticalsection}
 
-A critical section object is used for the same exactly purpose as 
+A critical section object is used for exactly the same purpose as 
 \helpref{mutexes}{wxmutex}. The only difference is that under Windows platform
 critical sections are only visible inside one process, while mutexes may be
 shared between processes, so using critical sections is slightly more
 \helpref{mutexes}{wxmutex}. The only difference is that under Windows platform
 critical sections are only visible inside one process, while mutexes may be
 shared between processes, so using critical sections is slightly more
@@ -22,10 +22,14 @@ None.
 
 <wx/thread.h>
 
 
 <wx/thread.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition}, 
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition}, 
-\helpref{wxMutexLocker}{wxmutexlocker}, \helpref{wxCriticalSection}{wxcriticalsection}
+\helpref{wxCriticalSectionLocker}{wxcriticalsectionlocker}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}