Re: decorating a memberfunction

2010-06-02 Thread MRAB
Ulrich Eckhardt wrote: Hi! I have a class that maintains a network connection, which can be used to query and trigger Things(tm). Apart from "normal" errors, a broken network connection and a protocol violation from the peer are something we can't recover from without creating a new connection,

decorating a memberfunction

2010-06-02 Thread Ulrich Eckhardt
Hi! I have a class that maintains a network connection, which can be used to query and trigger Things(tm). Apart from "normal" errors, a broken network connection and a protocol violation from the peer are something we can't recover from without creating a new connection, so those errors should "s