diff options
author | David Garcia Quintas <dgq@google.com> | 2017-02-13 10:13:24 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-02-13 10:13:24 -0800 |
commit | 7317195b8e1e05109ee2e71131e90a90a0a09f40 (patch) | |
tree | 5ba8bf3bc89c55b83b27a2b499af71ee380c10e1 /src/objective-c/GRPCClient/private/GRPCHost.m | |
parent | 191d52c4c1246b7fb80a901186fa39f101738815 (diff) | |
parent | ee31910271a72c4e454a9d64ceafa530566388a6 (diff) |
Merge branch 'master' of github.com:grpc/grpc into compression_implicit_encoding
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCHost.m')
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCHost.m | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.m b/src/objective-c/GRPCClient/private/GRPCHost.m index 450bec36e0..246af560cd 100644 --- a/src/objective-c/GRPCClient/private/GRPCHost.m +++ b/src/objective-c/GRPCClient/private/GRPCHost.m @@ -45,13 +45,10 @@ #import "GRPCCompletionQueue.h" #import "GRPCConnectivityMonitor.h" #import "NSDictionary+GRPC.h" +#import "version.h" NS_ASSUME_NONNULL_BEGIN -// TODO(jcanizales): Generate the version in a standalone header, from templates. Like -// templates/src/core/surface/version.c.template . -#define GRPC_OBJC_VERSION_STRING @"1.0.2" - static NSMutableDictionary *kHostCache; // This connectivity monitor flushes the host cache when connectivity status |