diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-06 09:20:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-06 09:20:04 +0200 |
commit | f4138799367f1cf9ff1562567503ede6f9470057 (patch) | |
tree | 7f524deff72842950509b135681cfc8c3c9d3152 /svdrp.h | |
parent | c78a784fb234c0687be00a4cbef0ee4ddb0a3184 (diff) | |
download | vdr-f4138799367f1cf9ff1562567503ede6f9470057.tar.gz vdr-f4138799367f1cf9ff1562567503ede6f9470057.tar.bz2 |
Modified the cSVDRP::Close() function to avoid code duplication1.4.1-3
Diffstat (limited to 'svdrp.h')
-rw-r--r-- | svdrp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: svdrp.h 1.27 2005/12/30 14:46:38 kls Exp $ + * $Id: svdrp.h 1.28 2006/08/06 08:51:09 kls Exp $ */ #ifndef __SVDRP_H @@ -50,7 +50,7 @@ private: char *cmdLine; time_t lastActivity; static char *grabImageDir; - void Close(bool Timeout = false); + void Close(bool SendReply = false, bool Timeout = false); bool Send(const char *s, int length = -1); void Reply(int Code, const char *fmt, ...) __attribute__ ((format (printf, 3, 4))); void PrintHelpTopics(const char **hp); |