Add a functional but work-in-progress Network Bearer Selection API
authorThiago Marcos P. Santos <thiago.santos@intel.com>
Wed, 7 Aug 2013 14:11:16 +0000 (17:11 +0300)
committerThiago Marcos P. Santos <thiago.santos@intel.com>
Mon, 12 Aug 2013 11:32:24 +0000 (14:32 +0300)
commitfd6aadd1562267b7ab77388f0d51f37b2b44e5f9
tree1800a5de0979f40d102172d636584b1d20c09120
parent38b4b5035784d9e5e7883edb7220dd4e815bf7c8
Add a functional but work-in-progress Network Bearer Selection API

This version is capable to open a mobile data or wireless connection
and keep track of its lifetime. The user of the API will get an error
if the connection is not available, success when it connects and also
the disconnect events just fine.
12 files changed:
networkbearerselection/networkbearerselection.gyp
networkbearerselection/networkbearerselection_api.js
networkbearerselection/networkbearerselection_connection.cc [new file with mode: 0644]
networkbearerselection/networkbearerselection_connection.h [new file with mode: 0644]
networkbearerselection/networkbearerselection_context.cc
networkbearerselection/networkbearerselection_context.h
networkbearerselection/networkbearerselection_context_desktop.cc
networkbearerselection/networkbearerselection_context_desktop.h [new file with mode: 0644]
networkbearerselection/networkbearerselection_context_mobile.cc
networkbearerselection/networkbearerselection_context_mobile.h [new file with mode: 0644]
networkbearerselection/networkbearerselection_request.cc [new file with mode: 0644]
networkbearerselection/networkbearerselection_request.h [new file with mode: 0644]