aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/core_codegen.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-27 20:31:55 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-27 20:31:55 -0700
commit1399e466b0bc7cf8a7f86b256461a132229ecaf4 (patch)
tree0a13530367109afff44e2ed51f5ed9afdf6804fc /include/grpc++/impl/codegen/core_codegen.h
parent3b31fdf77b6504f6582e66b156ca38bd6979ae1f (diff)
removed codegen/time.h
Diffstat (limited to 'include/grpc++/impl/codegen/core_codegen.h')
-rw-r--r--include/grpc++/impl/codegen/core_codegen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/core_codegen.h b/include/grpc++/impl/codegen/core_codegen.h
index 9699abfb43..9ad5902763 100644
--- a/include/grpc++/impl/codegen/core_codegen.h
+++ b/include/grpc++/impl/codegen/core_codegen.h
@@ -75,6 +75,7 @@ class CoreCodegen : public CoreCodegenInterface {
void grpc_metadata_array_destroy(grpc_metadata_array* array) GRPC_OVERRIDE;
gpr_timespec gpr_inf_future(gpr_clock_type type) GRPC_OVERRIDE;
+ gpr_timespec gpr_time_0(gpr_clock_type type) GRPC_OVERRIDE;
virtual const Status& ok() GRPC_OVERRIDE;
virtual const Status& cancelled() GRPC_OVERRIDE;