diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-06-05 16:48:29 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-06-05 17:45:15 +0200 |
commit | d22d2b4785e2f4eafc8dda2ae032931f89c7e45f (patch) | |
tree | 47fa6879217c4b08e8a78efc33b8cd007a110866 /apps/general | |
parent | 52ab9bf241528b0cb1d24384d22b017391be2899 (diff) |
- Added new interface between applications and library:
- Application retrieve resources using the common HTTP url format.
- Translation between network names and application names performed by the library
- Added basic error handling
- Added utils for http connections
- Added support for differetn build types (DEBUG, RELEASE, RELEASE with debug symbols, RELEASE with min size executable)
- Added support for iOS
Change-Id: I8ba2a5d8bd70a4f7721e1bbc2efe3fb81ed2c98c
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'apps/general')
-rwxr-xr-x | apps/general/icnet_general_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/general/icnet_general_test.cc b/apps/general/icnet_general_test.cc index 88b0203d..e60cb887 100755 --- a/apps/general/icnet_general_test.cc +++ b/apps/general/icnet_general_test.cc @@ -13,7 +13,7 @@ * limitations under the License. */ -#include "icnet_socket.h" +#include "icnet_transport_socket.h" namespace icnet { |