Skip to content
Snippets Groups Projects
Commit a1227693 authored by vjpai's avatar vjpai
Browse files

Add some const

parent 34edfc3a
Branches
Tags
No related merge requests found
...@@ -656,10 +656,10 @@ class Call GRPC_FINAL { ...@@ -656,10 +656,10 @@ class Call GRPC_FINAL {
call_hook_->PerformOpsOnCall(ops, this); call_hook_->PerformOpsOnCall(ops, this);
} }
grpc_call* call() { return call_; } grpc_call* call() const { return call_; }
CompletionQueue* cq() { return cq_; } CompletionQueue* cq() const { return cq_; }
int max_message_size() { return max_message_size_; } int max_message_size() const { return max_message_size_; }
private: private:
CallHook* call_hook_; CallHook* call_hook_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment