forked from apache/brpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
419 changed files
with
0 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
// under the License. | ||
|
||
// A client sending requests to server every 1 second using grpc. | ||
// Authors: Jiashun Zhu([email protected]) | ||
|
||
#include <gflags/gflags.h> | ||
#include <butil/logging.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
// under the License. | ||
|
||
// A server to receive HelloRequest and send back HelloReply | ||
// | ||
// Authors: Jiashun Zhu([email protected]) | ||
|
||
#include <gflags/gflags.h> | ||
#include <butil/logging.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Rujie Jiang([email protected]) | ||
// Ge,Jun([email protected]) | ||
|
||
#include <inttypes.h> | ||
#include <gflags/gflags.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Rujie Jiang([email protected]) | ||
// Ge,Jun([email protected]) | ||
|
||
#ifndef BRPC_ACCEPTOR_H | ||
#define BRPC_ACCEPTOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include "butil/logging.h" | ||
#include "brpc/adaptive_connection_type.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_ADAPTIVE_CONNECTION_TYPE_H | ||
#define BRPC_ADAPTIVE_CONNECTION_TYPE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <google/protobuf/descriptor.h> | ||
#include "butil/sys_byteorder.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_AMF_H | ||
#define BRPC_AMF_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_AMF_INL_H | ||
#define BRPC_AMF_INL_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Rujie Jiang ([email protected]) | ||
|
||
#ifndef BRPC_AUTHENTICATOR_H | ||
#define BRPC_AUTHENTICATOR_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Rujie Jiang ([email protected]) | ||
|
||
#include <ostream> | ||
#include <vector> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Rujie Jiang ([email protected]) | ||
|
||
#ifndef BRPC_BADMETHOD_SERVICE_H | ||
#define BRPC_BADMETHOD_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include "brpc/closure_guard.h" // ClosureGuard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_BTHREADS_SERVICE_H | ||
#define BRPC_BTHREADS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <iomanip> | ||
#include <sys/time.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_BUILTIN_COMMON_H | ||
#define BRPC_BUILTIN_COMMON_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include <iomanip> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_CONNECTIONS_SERVICE_H | ||
#define BRPC_CONNECTIONS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include <dirent.h> // opendir | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_DIR_SERVICE_H | ||
#define BRPC_DIR_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include <vector> // std::vector | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_FLAGS_SERVICE_H | ||
#define BRPC_FLAGS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
// KIND, either express or implied. See the License for the | ||
// specific language governing permissions and limitations | ||
// under the License. | ||
// Authors: Tian,Ye ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <pthread.h> | ||
#include "butil/logging.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_BUILTIN_FLOT_MIN_JS_H | ||
#define BRPC_BUILTIN_FLOT_MIN_JS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Zhangyi Chen ([email protected]) | ||
|
||
#include "butil/macros.h" // ARRAY_SIZE | ||
#include "butil/iobuf.h" // butil::IOBuf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Zhangyi Chen ([email protected]) | ||
|
||
#ifndef BRPC_GET_FAVICON_SERVICE_H | ||
#define BRPC_GET_FAVICON_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include "brpc/controller.h" // Controller | ||
#include "brpc/server.h" // Server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_HEALTH_SERVICE_H | ||
#define BRPC_HEALTH_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
// Tian,Ye([email protected]) | ||
|
||
#include <stdio.h> | ||
#include <thread> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_HOTSPOTS_SERVICE_H | ||
#define BRPC_HOTSPOTS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include "brpc/closure_guard.h" // ClosureGuard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_IDS_SERVICE_H | ||
#define BRPC_IDS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <gflags/gflags.h> // DECLARE_xxx | ||
#include <google/protobuf/descriptor.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_INDEX_SERVICE_H | ||
#define BRPC_INDEX_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <pthread.h> | ||
#include "butil/logging.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_BUILTIN_JQUERY_MIN_JS_H | ||
#define BRPC_BUILTIN_JQUERY_MIN_JS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <vector> // std::vector | ||
#include <google/protobuf/descriptor.h> // ServiceDescriptor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_LIST_SERVICE_H | ||
#define BRPC_LIST_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include "brpc/builtin/pprof_perl.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_BUILTIN_PPROF_PERL_H | ||
#define BRPC_BUILTIN_PPROF_PERL_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Jiashun Zhu([email protected]) | ||
|
||
#include <vector> | ||
#include <iomanip> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Jiashun Zhu([email protected]) | ||
|
||
#ifndef BRPC_PROMETHEUS_METRICS_SERVICE_H | ||
#define BRPC_PROMETHEUS_METRICS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <google/protobuf/descriptor.h> // ServiceDescriptor | ||
#include "brpc/controller.h" // Controller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_PROTOBUFS_SERVICE_H | ||
#define BRPC_PROTOBUFS_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include <iomanip> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#ifndef BRPC_RPCZ_SERVICE_H | ||
#define BRPC_RPCZ_SERVICE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
// Authors: Ge,Jun ([email protected]) | ||
|
||
#include <ostream> | ||
#include "brpc/closure_guard.h" // ClosureGuard | ||
|
Oops, something went wrong.