From 3642435ec37b45dbc4771c8e6daa15c15f72d3b7 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 13 Jan 2010 22:23:29 -0500 Subject: [PATCH] Update --- reachability/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 reachability/README.txt diff --git a/reachability/README.txt b/reachability/README.txt new file mode 100644 index 00000000..e1e64243 --- /dev/null +++ b/reachability/README.txt @@ -0,0 +1,10 @@ +This sample shows how to use the APIs to find out what kind of +connectivity is available. + +This sample started as a line-by-line port of the Apple sample, and it +was too late when I realize that the sample was not very good to begin +with. I have moved on to work on other things, but take this sample +(and the Apple one) with a grain of salt, it does not use the best +practices nor is it a great use of the APIs in the first place. + +miguel