diff options
author | 2018-11-02 11:46:10 -0700 | |
---|---|---|
committer | 2018-11-02 11:46:10 -0700 | |
commit | 6faa17c6ca5a7a4df90e1a18506d77306eaa869b (patch) | |
tree | 37ebddeb2ad90fc078d598ddba723da5601a58e6 /include/grpcpp | |
parent | 7a08e3b679e5a63f30fda6b426d57146f9984092 (diff) |
s/new/post-1.0
Diffstat (limited to 'include/grpcpp')
-rw-r--r-- | include/grpcpp/impl/codegen/server_interface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpcpp/impl/codegen/server_interface.h b/include/grpcpp/impl/codegen/server_interface.h index 8bfb10f704..55c94f4d2f 100644 --- a/include/grpcpp/impl/codegen/server_interface.h +++ b/include/grpcpp/impl/codegen/server_interface.h @@ -335,9 +335,9 @@ class ServerInterface : public internal::CallHook { private: // EXPERIMENTAL // Getter method for the vector of interceptor factory objects. - // Returns a nullptr (rather than being pure) since this is a new method and - // adding a new pure method to an interface would be a breaking change (even - // though this is private and non-API) + // Returns a nullptr (rather than being pure) since this is a post-1.0 method + // and adding a new pure method to an interface would be a breaking change + // (even though this is private and non-API) virtual std::vector< std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>* interceptor_creators() { |