aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall+Cronet.h
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-05-26 11:56:55 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-05-26 11:56:55 -0700
commit7fba068e5c7264baefdec8dfd61d9f6a2fc39f62 (patch)
tree36b79135ee8b77a849c454292f8883a31338377b /src/objective-c/GRPCClient/GRPCCall+Cronet.h
parentaed1de9d2a315ab88d49444fb1314b3845b4046b (diff)
docgen format fix
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall+Cronet.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall+Cronet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall+Cronet.h b/src/objective-c/GRPCClient/GRPCCall+Cronet.h
index b7676d0245..7f7fc6c2a9 100644
--- a/src/objective-c/GRPCClient/GRPCCall+Cronet.h
+++ b/src/objective-c/GRPCClient/GRPCCall+Cronet.h
@@ -39,13 +39,13 @@
*/
@interface GRPCCall (Cronet)
-/* This method should be called before issuing the first RPC. It should be
+/**
+ * This method should be called before issuing the first RPC. It should be
* called only once. Create an instance of Cronet engine in your app elsewhere
* and pass the instance pointer in the cronet_engine parameter. Once set,
* all subsequent RPCs will use Cronet transport. The method is not thread
* safe.
*/
-
+(void)useCronetWithEngine:(cronet_engine *)engine;
+(cronet_engine *)cronetEngine;