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 12f6a71 commit 55ebf86Copy full SHA for 55ebf86
http/test/v2/server/units/dynamic_handler_test.cpp
@@ -1,3 +1,4 @@
1
+// Copyright 2014 Google, Inc.
2
// Copyright 2014 (c) Dean Michael Berris <dberris@google.com>
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -11,7 +12,7 @@ namespace http = network::http::v2;
11
12
13
class CustomRequestHandler : public http::request_handler_base {
14
public:
- void register_handler(boost::string_ref path, handler some_handler) override {
15
+ void register_handler(boost::string_ref, handler) override {
16
// Do nothing here.
17
};
18
~CustomRequestHandler() {}
0 commit comments