mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
cRecord: fix last commit
This commit is contained in:
@@ -306,13 +306,13 @@ void cRecord::RecordThread()
|
|||||||
pthread_exit(NULL);
|
pthread_exit(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
int GetStatus()
|
int cRecord::GetStatus()
|
||||||
{
|
{
|
||||||
/* dummy for now */
|
/* dummy for now */
|
||||||
return REC_STATUS_OK;
|
return REC_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ResetStatus()
|
void cRecord::ResetStatus()
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@@ -259,13 +259,13 @@ void cRecord::RecordThread()
|
|||||||
pthread_exit(NULL);
|
pthread_exit(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
int GetStatus()
|
int cRecord::GetStatus()
|
||||||
{
|
{
|
||||||
/* dummy for now */
|
/* dummy for now */
|
||||||
return REC_STATUS_OK;
|
return REC_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ResetStatus()
|
void cRecord::ResetStatus()
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user