Commit 6e44e384 authored by gejun's avatar gejun

move naming_service_thread.h/cpp into details

Change-Id: I4715f439a89774fd57fb5c33292749eb2e3d69e2
parent c5ba294d
......@@ -9,7 +9,7 @@
#include "base/intrusive_ptr.hpp"
#include "brpc/load_balancer.h"
#include "brpc/naming_service_thread.h" // NamingServiceWatcher
#include "brpc/details/naming_service_thread.h" // NamingServiceWatcher
namespace brpc {
......
......@@ -11,7 +11,7 @@
#include "base/scoped_lock.h"
#include "base/logging.h"
#include "brpc/socket_map.h"
#include "brpc/naming_service_thread.h"
#include "brpc/details/naming_service_thread.h"
namespace brpc {
......
......@@ -6,7 +6,7 @@
#include "base/containers/flat_map.h"
#include "brpc/load_balancer.h"
#include "brpc/naming_service_thread.h"
#include "brpc/details/naming_service_thread.h"
#include "brpc/partition_channel.h"
#include "brpc/global.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