Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NySNICInterface by
Diff: Socket/Socket.cpp
- Revision:
- 14:54378c96d285
- Parent:
- 13:53e6471d5753
- Child:
- 15:5eb637414df2
--- a/Socket/Socket.cpp Tue Mar 25 02:21:11 2014 +0000 +++ b/Socket/Socket.cpp Wed Mar 26 04:38:12 2014 +0000 @@ -15,6 +15,18 @@ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/******************* Murata Manufacturing Co.,Ltd. 2014 ***************** + * + * Filename: Socket.cpp + * + * Purpose: This module has implementation of socket. + * + * $Author: kishino $ + * + * $Date: 2014/03/26 $ + * + * $Revision: 0.0.0.1 $ + * ***********************************************************************/ #include "Socket.h" #include <cstring>