Justin Erenkrantz wrote:
On 6/25/06, david reid <[EMAIL PROTECTED]> wrote:apr_io_file(...) will create a file io apr_io_socket(...) a socket etc etcThen we simply have apr_read() apr_write()I think that should be apr_io_{read|write}. =) I don't think we want to repeat the mistakes we had before with undecorated names. --
I avoided using _io_... as what else could it be? Also there won't be any other _read or _write as everything is abstracted away, so it seemed surplus to requirements.
david
