From 01c68def34bc8b1d2a2b5ac0a21c6eb4a13e04e3 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 12 May 2002 09:24:45 +0200 Subject: Changed the cPlugin::Start() function to return a boolean value --- plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin.h') diff --git a/plugin.h b/plugin.h index 99f330d4..827df23e 100644 --- a/plugin.h +++ b/plugin.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: plugin.h 1.1 2002/05/09 10:16:09 kls Exp $ + * $Id: plugin.h 1.2 2002/05/12 09:05:06 kls Exp $ */ #ifndef __PLUGIN_H @@ -32,7 +32,7 @@ public: virtual const char *CommandLineHelp(void); virtual bool ProcessArgs(int argc, char *argv[]); - virtual void Start(void); + virtual bool Start(void); virtual const char *MainMenuEntry(void); virtual cOsdMenu *MainMenuAction(void); @@ -71,7 +71,7 @@ public: void SetDirectory(const char *Directory); void AddPlugin(const char *Args); bool LoadPlugins(bool Log = false); - void StartPlugins(void); + bool StartPlugins(void); static bool HasPlugins(void); static cPlugin *GetPlugin(int Index); static cPlugin *GetPlugin(const char *Name); -- cgit v1.2.3