Commit 03018d4c authored by gejun's avatar gejun

move bad_method_service.h/cpp into builtin

Change-Id: Ia8090705fbb56affd45ba6234cf85eeb8809c3a4
parent 6e44e384
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "brpc/builtin/common.h" #include "brpc/builtin/common.h"
#include "brpc/server.h" #include "brpc/server.h"
#include "brpc/errno.pb.h" #include "brpc/errno.pb.h"
#include "brpc/bad_method_service.h" #include "brpc/builtin/bad_method_service.h"
#include "brpc/details/server_private_accessor.h" #include "brpc/details/server_private_accessor.h"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "brpc/server.h" #include "brpc/server.h"
#include "brpc/acceptor.h" #include "brpc/acceptor.h"
#include "brpc/details/method_status.h" #include "brpc/details/method_status.h"
#include "brpc/bad_method_service.h" #include "brpc/builtin/bad_method_service.h"
#include "brpc/restful.h" #include "brpc/restful.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "brpc/details/ssl_helper.h" // CreateSSLContext #include "brpc/details/ssl_helper.h" // CreateSSLContext
#include "brpc/protocol.h" // ListProtocols #include "brpc/protocol.h" // ListProtocols
#include "brpc/nshead_service.h" // NsheadService #include "brpc/nshead_service.h" // NsheadService
#include "brpc/bad_method_service.h" // BadMethodService #include "brpc/builtin/bad_method_service.h" // BadMethodService
#include "brpc/builtin/get_favicon_service.h" #include "brpc/builtin/get_favicon_service.h"
#include "brpc/builtin/get_js_service.h" #include "brpc/builtin/get_js_service.h"
#include "brpc/builtin/version_service.h" #include "brpc/builtin/version_service.h"
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "brpc/builtin/ids_service.h" // IdsService #include "brpc/builtin/ids_service.h" // IdsService
#include "brpc/builtin/sockets_service.h" // SocketsService #include "brpc/builtin/sockets_service.h" // SocketsService
#include "brpc/builtin/common.h" #include "brpc/builtin/common.h"
#include "brpc/bad_method_service.h" #include "brpc/builtin/bad_method_service.h"
#include "test/echo.pb.h" #include "test/echo.pb.h"
DEFINE_bool(foo, false, "Flags for UT"); DEFINE_bool(foo, false, "Flags for UT");
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "brpc/builtin/bthreads_service.h" // BthreadsService #include "brpc/builtin/bthreads_service.h" // BthreadsService
#include "brpc/builtin/ids_service.h" // IdsService #include "brpc/builtin/ids_service.h" // IdsService
#include "brpc/builtin/sockets_service.h" // SocketsService #include "brpc/builtin/sockets_service.h" // SocketsService
#include "brpc/bad_method_service.h" #include "brpc/builtin/bad_method_service.h"
#include "brpc/server.h" #include "brpc/server.h"
#include "brpc/restful.h" #include "brpc/restful.h"
#include "brpc/channel.h" #include "brpc/channel.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment