mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
cRecord: fix last commit
Origin commit data
------------------
Branch: master
Commit: 0e96784ad9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-12 (Fri, 12 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -306,13 +306,13 @@ void cRecord::RecordThread()
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
|
||||
int GetStatus()
|
||||
int cRecord::GetStatus()
|
||||
{
|
||||
/* dummy for now */
|
||||
return REC_STATUS_OK;
|
||||
}
|
||||
|
||||
void ResetStatus()
|
||||
void cRecord::ResetStatus()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user