aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-10-08 14:51:54 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-10-08 14:57:11 -0700
commit0c331880d0062f39f434ba8ad2341252e38bed79 (patch)
treef88a8ca16f609804e66d4871b0f6d6796b845dda /gRPC.podspec
parent64824bebea2dfdeb273776c0ba14c370941af1bb (diff)
Hid test-only functions from surface/call.h
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 717e7005ee..6378cf0413 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -227,6 +227,7 @@ Pod::Spec.new do |s|
'src/core/surface/api_trace.h',
'src/core/surface/byte_buffer_queue.h',
'src/core/surface/call.h',
+ 'src/core/surface/call_test_only.h',
'src/core/surface/channel.h',
'src/core/surface/completion_queue.h',
'src/core/surface/event_string.h',
@@ -518,6 +519,7 @@ Pod::Spec.new do |s|
'src/core/surface/api_trace.h',
'src/core/surface/byte_buffer_queue.h',
'src/core/surface/call.h',
+ 'src/core/surface/call_test_only.h',
'src/core/surface/channel.h',
'src/core/surface/completion_queue.h',
'src/core/surface/event_string.h',