Skip to content

Commit

Permalink
for #319, merge from 2.0release
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 9, 2015
2 parents c4feb8f + abd7ee2 commit a88f321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions trunk/src/app/srs_app_reload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ int ISrsReloadHandler::on_reload_listen()
return ERROR_SUCCESS;
}

int ISrsReloadHandler::on_reload_max_conns()
int ISrsReloadHandler::on_reload_utc_time()
{
return ERROR_SUCCESS;
}

int ISrsReloadHandler::on_reload_utc_time()
int ISrsReloadHandler::on_reload_max_conns()
{
return ERROR_SUCCESS;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_reload.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class ISrsReloadHandler
ISrsReloadHandler();
virtual ~ISrsReloadHandler();
public:
virtual int on_reload_max_conns();
virtual int on_reload_utc_time();
virtual int on_reload_max_conns();
virtual int on_reload_listen();
virtual int on_reload_pid();
virtual int on_reload_log_tank();
Expand Down

0 comments on commit a88f321

Please sign in to comment.