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:
Stefan Seyfried
2012-10-12 06:35:29 +02:00
parent eaedec2d0a
commit 333463d759
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
} }

View File

@@ -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;
} }