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

Stop using global namespace on a template param

parent f486881f
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ class ProtoServerReflectionPlugin : public ::grpc::ServerBuilderPlugin { ...@@ -56,7 +56,7 @@ class ProtoServerReflectionPlugin : public ::grpc::ServerBuilderPlugin {
bool has_sync_methods() const GRPC_OVERRIDE; bool has_sync_methods() const GRPC_OVERRIDE;
private: private:
std::shared_ptr< ::grpc::ProtoServerReflection> reflection_service_; std::shared_ptr<grpc::ProtoServerReflection> reflection_service_;
}; };
// Add proto reflection plugin to ServerBuilder. This function should be called // Add proto reflection plugin to ServerBuilder. This function should be called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment