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/Endpoint.h
- Revision:
- 14:54378c96d285
- Parent:
- 4:99cc93fe7d88
diff -r 53e6471d5753 -r 54378c96d285 Socket/Endpoint.h --- a/Socket/Endpoint.h Tue Mar 25 02:21:11 2014 +0000 +++ b/Socket/Endpoint.h 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: Endpoint.h + * + * Purpose: This module has define of socket end point. + * + * $Author: kishino $ + * + * $Date: 2014/03/26 $ + * + * $Revision: 0.0.0.1 $ + * ***********************************************************************/ #ifndef ENDPOINT_H #define ENDPOINT_H
