1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine typo in files. 3.0.51

This commit is contained in:
winlin 2019-04-30 08:30:13 +08:00
parent 45009785fb
commit 6b2c71d385
33 changed files with 90 additions and 93 deletions

View file

@ -187,7 +187,7 @@ public:
virtual ~SrsGoApiRaw();
public:
virtual srs_error_t serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
// interface ISrsReloadHandler
// Interface ISrsReloadHandler
public:
virtual srs_error_t on_reload_http_api_raw_api();
};
@ -219,14 +219,14 @@ private:
public:
SrsHttpApi(IConnectionManager* cm, srs_netfd_t fd, SrsHttpServeMux* m, std::string cip);
virtual ~SrsHttpApi();
// interface ISrsKbpsDelta
// Interface ISrsKbpsDelta
public:
virtual void remark(int64_t* in, int64_t* out);
protected:
virtual srs_error_t do_cycle();
private:
virtual srs_error_t process_request(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
// interface ISrsReloadHandler
// Interface ISrsReloadHandler
public:
virtual srs_error_t on_reload_http_api_crossdomain();
};