nit build fix

pull/16190/head
Muxi Yan 6 years ago
parent ab95105607
commit 9e5d7476ac
  1. 4
      src/objective-c/GRPCClient/GRPCCallOptions.m
  2. 2
      src/objective-c/GRPCClient/private/GRPCChannelPool.m
  3. 2
      src/objective-c/GRPCClient/private/GRPCHost.m

@ -17,7 +17,7 @@
*/
#import "GRPCCallOptions.h"
#import "internal/GRPCCallOptions+internal.h"
#import "internal/GRPCCallOptions+Internal.h"
// The default values for the call options.
static NSString *const kDefaultServerAuthority = nil;
@ -77,7 +77,7 @@ BOOL areObjectsEqual(id obj1, id obj2) {
NSString *_PEMCertChain;
GRPCTransportType _transportType;
NSString *_hostNameOverride;
id _logContext;
id<NSObject> _logContext;
NSString *_channelPoolDomain;
NSUInteger _channelID;
}

@ -18,7 +18,7 @@
#import <Foundation/Foundation.h>
#import "../internal/GRPCCallOptions+internal.h"
#import "../internal/GRPCCallOptions+Internal.h"
#import "GRPCChannel.h"
#import "GRPCChannelFactory.h"
#import "GRPCChannelPool.h"

@ -25,7 +25,7 @@
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#import "../internal/GRPCCallOptions+internal.h"
#import "../internal/GRPCCallOptions+Internal.h"
#import "GRPCChannelFactory.h"
#import "GRPCCompletionQueue.h"
#import "GRPCConnectivityMonitor.h"

Loading…
Cancel
Save