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

refine code

This commit is contained in:
winlin 2015-05-28 07:03:38 +08:00
parent 60775485c4
commit e5461d2df9
8 changed files with 13 additions and 9 deletions

View file

@ -66,8 +66,9 @@ ISrsThreadContext::~ISrsThreadContext()
{
}
void ISrsThreadContext::generate_id()
int ISrsThreadContext::generate_id()
{
return 0;
}
int ISrsThreadContext::get_id()