Re: PRLock and PRRWLock
Wan-Teh Chang <[email protected]> Thu, 22 Jan 2009 10:15:04 -0800
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 22, 2009 at 10:13 AM, Wan-Teh Chang <[email protected]> wrote: > > PRIntervalTime timeout = PR_SecondsToIntervalTime(45); The function's name should be PR_SecondsToInterval. Sorry about the mistake. Wan-Teh