We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162d3d7 commit 3e631d0Copy full SHA for 3e631d0
include/grpcpp/opencensus.h
@@ -47,19 +47,4 @@ ::opencensus::trace::Span GetSpanFromServerContext(::grpc_impl::ServerContext* c
47
48
} // namespace grpc
49
50
-namespace grpc {
51
-
52
-static inline void RegisterOpenCensusPlugin() {
53
- ::grpc_impl::RegisterOpenCensusPlugin();
54
-}
55
-static inline void RegisterOpenCensusViewsForExport() {
56
- ::grpc_impl::RegisterOpenCensusViewsForExport();
57
58
-static inline ::opencensus::trace::Span GetSpanFromServerContext(
59
- ::grpc_impl::ServerContext* context) {
60
- return ::grpc_impl::GetSpanFromServerContext(context);
61
62
63
-} // namespace grpc
64
65
#endif // GRPCPP_OPENCENSUS_H
0 commit comments