From e5145b878f9de35676085409878a66899d2ee4f2 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 30 Jan 2019 12:11:34 +0100 Subject: [HICN-18] first commit of libtransport for windows Change-Id: I3a43b22194aa13ae5de1746e3d4bd9a275070261 Signed-off-by: Angelo Mantellini --- libtransport/src/hicn/transport/errors/CMakeLists.txt | 0 libtransport/src/hicn/transport/errors/errors.h | 0 libtransport/src/hicn/transport/errors/invalid_ip_address_exception.h | 0 libtransport/src/hicn/transport/errors/malformed_ahpacket_exception.h | 0 libtransport/src/hicn/transport/errors/malformed_name_exception.h | 0 libtransport/src/hicn/transport/errors/malformed_packet_exception.h | 0 libtransport/src/hicn/transport/errors/not_implemented_exception.h | 0 libtransport/src/hicn/transport/errors/null_pointer_exception.h | 0 libtransport/src/hicn/transport/errors/runtime_exception.h | 0 libtransport/src/hicn/transport/errors/tokenizer_exception.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 libtransport/src/hicn/transport/errors/CMakeLists.txt mode change 100755 => 100644 libtransport/src/hicn/transport/errors/errors.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/invalid_ip_address_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/malformed_ahpacket_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/malformed_name_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/malformed_packet_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/not_implemented_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/null_pointer_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/runtime_exception.h mode change 100755 => 100644 libtransport/src/hicn/transport/errors/tokenizer_exception.h (limited to 'libtransport/src/hicn/transport/errors') diff --git a/libtransport/src/hicn/transport/errors/CMakeLists.txt b/libtransport/src/hicn/transport/errors/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/errors.h b/libtransport/src/hicn/transport/errors/errors.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/invalid_ip_address_exception.h b/libtransport/src/hicn/transport/errors/invalid_ip_address_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/malformed_ahpacket_exception.h b/libtransport/src/hicn/transport/errors/malformed_ahpacket_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/malformed_name_exception.h b/libtransport/src/hicn/transport/errors/malformed_name_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/malformed_packet_exception.h b/libtransport/src/hicn/transport/errors/malformed_packet_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/not_implemented_exception.h b/libtransport/src/hicn/transport/errors/not_implemented_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/null_pointer_exception.h b/libtransport/src/hicn/transport/errors/null_pointer_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/runtime_exception.h b/libtransport/src/hicn/transport/errors/runtime_exception.h old mode 100755 new mode 100644 diff --git a/libtransport/src/hicn/transport/errors/tokenizer_exception.h b/libtransport/src/hicn/transport/errors/tokenizer_exception.h old mode 100755 new mode 100644 -- cgit 1.2.3-korg