#include <vmsCriticalSection.h>
Public Member Functions | |
| void | Unlock () |
| void | Lock () |
| vmsCriticalSection () | |
| virtual | ~vmsCriticalSection () |
Definition at line 13 of file vmsCriticalSection.h.
| vmsCriticalSection::vmsCriticalSection | ( | ) |
Definition at line 15 of file vmsCriticalSection.cpp.
| vmsCriticalSection::~vmsCriticalSection | ( | ) | [virtual] |
Definition at line 20 of file vmsCriticalSection.cpp.
| void vmsCriticalSection::Unlock | ( | ) |
Definition at line 30 of file vmsCriticalSection.cpp.
Referenced by fsInternetDownloader::OnDataDownloaded(), fsDownloadMgr::RenameFile(), and fsInternetDownloader::ResetTotalTrafficInfo().
| void vmsCriticalSection::Lock | ( | ) |
Definition at line 25 of file vmsCriticalSection.cpp.
Referenced by fsInternetDownloader::OnDataDownloaded(), fsDownloadMgr::RenameFile(), and fsInternetDownloader::ResetTotalTrafficInfo().
1.5.6