|
vdr 2.6.4
|
Public Member Functions | |
| cPUTEhandler (void) | |
| ~cPUTEhandler () | |
| bool | Process (const char *s) |
| int | Status (void) |
| const char * | Message (void) |
Private Attributes | |
| FILE * | f |
| int | status |
| const char * | message |
| cPUTEhandler::cPUTEhandler | ( | void | ) |
|
inline |
Definition at line 771 of file svdrp.c.
References message.
Referenced by cSVDRPServer::CmdPUTE(), and cSVDRPServer::Execute().
| bool cPUTEhandler::Process | ( | const char * | s | ) |
Definition at line 793 of file svdrp.c.
References cSchedules::Cleanup(), f, message, cSchedules::Read(), and status.
Referenced by cSVDRPServer::Execute().
|
inline |
Definition at line 770 of file svdrp.c.
References status.
Referenced by cSVDRPServer::CmdPUTE(), and cSVDRPServer::Execute().
|
private |
Definition at line 763 of file svdrp.c.
Referenced by cPUTEhandler(), Process(), and ~cPUTEhandler().
|
private |
Definition at line 765 of file svdrp.c.
Referenced by cPUTEhandler(), Message(), and Process().
|
private |
Definition at line 764 of file svdrp.c.
Referenced by cPUTEhandler(), Process(), and Status().