~urbanape/ubuntuone-ios-client/2.0-13-prerelease

« back to all changes in this revision

Viewing changes to musicstreaming/utilities/Reachability.m

  • Committer: Jason Foreman
  • Date: 2011-06-16 18:33:42 UTC
  • mfrom: (191.1.60 master)
  • Revision ID: jason.foreman@canonical.com-20110616183342-vl7a4804xsf0s1b5
Merging branches for v 2.0.

lp:~threeve/ubuntuone-ios-client/master
lp:~urbanape/ubuntuone-ios-client/downloader

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
#import "Reachability.h"
58
58
 
59
 
#define kShouldPrintReachabilityFlags 1
 
59
#define kShouldPrintReachabilityFlags 0
60
60
 
61
61
static void PrintReachabilityFlags(SCNetworkReachabilityFlags    flags, const char* comment)
62
62
{