Go to the documentation of this file.
42 #ifndef BLOCXX_INETSOCKETIMPL_HPP_INCLUDE_GUARD_
43 #define BLOCXX_INETSOCKETIMPL_HPP_INCLUDE_GUARD_
44 #include "blocxx/BLOCXX_config.h"
52 namespace BLOCXX_NAMESPACE
64 virtual int readAux(
void* dataIn,
int dataInLen);
65 virtual int writeAux(
const void* dataOut,
int dataOutLen);