#include "header.hh"
#include "protocol.hh"
Go to the source code of this file.
Value:
((conn->c_read (true) > 0 && conn->c_reply ())? \ (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \ : false)
((conn->c_read () > 0 && conn->c_reply ()) ? \ (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \ : false)