bug-myserver
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-myserver] [PATCH] Exceptions (new)


From: Lisa Vitolo
Subject: Re: [bug-myserver] [PATCH] Exceptions (new)
Date: Wed, 7 Apr 2010 23:58:36 +0200

The new patch with the last changes! Hope it's good :-)

Lisa

2010/4/7 Giuseppe Scrivano <address@hidden>
Giuseppe Scrivano <address@hidden> writes:

> namespace checked
> {
>   int read (int fd, void *buf, size_t count)
>   {
>     return gnulib::read (fd, buf, count);
>   }
> ...
> }

Obviously I meant:

namespace checked
{
 int read (int fd, void *buf, size_t count)
 {
   return checkError (gnulib::read (fd, buf, count));
 }
...
}

Cheers,
Giuseppe



--
"Non riuscivo a condividere l'opinione che, se la conoscenza è pericolosa, la soluzione ideale risiede nell'ignoranza. Mi è sempre parso, invece, che la risposta autentica a questo problema stia nella saggezza." -- Isaac Asimov
"The truth can be out there, but lies are inside our heads" -- Terry Pratchett

Attachment: 0001-Map-POSIX-errors-to-new-exceptions.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]