Hi,
i found these lines in Mutex_WIN32.h, Poco 1.3.1. Shouldn't the throw statement be moved inside the catch(.) statement?
inline bool MutexImpl::tryLockImpl() -----------{ ----------- try ----------- { ----------- return TryEnterCriticalSection(&_cs) == TRUE; -----------} -----------catch (...) -----------{ -----------} -----------throw SystemException("cannot lock mutex"); -----------}
Another question: i didn't find a bug report page for Poco. Is there none?
Yet another question, how can i post source code properly?
hersto





