@@ -72,6 +72,11 @@ * * \param str The C string from which the data is sent * \return The number of bytes written */ - (size_t)writeCString: (const char*)str; + +/** + * Closes the OFTCPSocket. + */ +- close; @end