Renesas / SecureDweet
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers IHttpDataOut.cpp Source File

IHttpDataOut.cpp

00001 /*
00002  * IHttpDataOut.cpp
00003  *
00004  *  Created on: Aug 15, 2016
00005  *      Author: Faheem Inayat
00006  * Created for: Renesas Electronics America HQ, Santa Clara, CA, USA
00007  * 
00008  * Copyright (c) 2016 Renesas Electronics America (REA) and Faheem Inayat
00009  */
00010 /* Copyright (C) 2012 mbed.org, MIT License
00011  *
00012  * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
00013  * and associated documentation files (the "Software"), to deal in the Software without restriction,
00014  * including without limitation the rights to use, copy, modify, merge, publish, distribute,
00015  * sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
00016  * furnished to do so, subject to the following conditions:
00017  *
00018  * The above copyright notice and this permission notice shall be included in all copies or
00019  * substantial portions of the Software.
00020  *
00021  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
00022  * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
00023  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
00024  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
00025  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00026  */
00027 
00028 #include "IHttpDataOut.h"
00029 
00030 IHttpDataOut::IHttpDataOut ()
00031 {
00032 }
00033 
00034 IHttpDataOut::~IHttpDataOut ()
00035 {
00036 }
00037 
00038