aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-09-11 12:22:49 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-09-11 12:22:49 -0700
commitafa47005015295e65b932403142938f9bb9b72fc (patch)
tree9693faea6e8f6e16be1ec3aced86704f7f5a0672 /src/objective-c/GRPCClient/private/GRPCWrappedCall.h
parentc7c8e3cb1712438c64b1212911b6c22165982426 (diff)
Use Apple internal type for timeout
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.h b/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
index c0a6c71c72..1cd9da8f3e 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
@@ -77,7 +77,7 @@
- (instancetype)initWithHost:(NSString *)host
serverName:(NSString *)serverName
path:(NSString *)path
- timeout:(UInt64)timeout NS_DESIGNATED_INITIALIZER;
+ timeout:(NSTimeInterval)timeout NS_DESIGNATED_INITIALIZER;
- (void)startBatchWithOperations:(NSArray *)ops errorHandler:(void(^)())errorHandler;