Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
6e6230a6
Commit
6e6230a6
authored
Mar 29, 2016
by
Jan Tattermusch
Browse files
Options
Downloads
Plain Diff
Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only
Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
parents
46962bb5
3f2133fc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/objective-c/GRPCClient/private/GRPCReachabilityFlagNames.xmacro.h
+2
-0
2 additions, 0 deletions
...e-c/GRPCClient/private/GRPCReachabilityFlagNames.xmacro.h
with
2 additions
and
0 deletions
src/objective-c/GRPCClient/private/GRPCReachabilityFlagNames.xmacro.h
+
2
−
0
View file @
6e6230a6
...
...
@@ -54,7 +54,9 @@
GRPC_XMACRO_ITEM.
#endif
#if TARGET_OS_IPHONE
GRPC_XMACRO_ITEM
(
isCell
,
IsWWAN
)
#endif
GRPC_XMACRO_ITEM
(
reachable
,
Reachable
)
GRPC_XMACRO_ITEM
(
transientConnection
,
TransientConnection
)
GRPC_XMACRO_ITEM
(
connectionRequired
,
ConnectionRequired
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment