2006-08-08 10:46:39 +00:00
|
|
|
/***************************************************************************
|
|
|
|
* __________ __ ___.
|
|
|
|
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
|
|
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
|
|
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
|
|
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
|
|
* \/ \/ \/ \/ \/
|
|
|
|
* $Id$
|
|
|
|
*
|
|
|
|
* Copyright (C) 2005 David Dent
|
|
|
|
*
|
|
|
|
* All files in this archive are subject to the GNU General Public License.
|
|
|
|
* See the file COPYING in the source tree root for full license agreement.
|
|
|
|
*
|
|
|
|
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
* KIND, either express or implied.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
#include "plugin.h"
|
|
|
|
|
|
|
|
PLUGIN_HEADER
|
2008-05-13 09:57:56 +00:00
|
|
|
static const struct plugin_api* rb;
|
2006-08-08 10:46:39 +00:00
|
|
|
|
|
|
|
/* function return values */
|
|
|
|
enum tidy_return
|
|
|
|
{
|
|
|
|
TIDY_RETURN_OK = 0,
|
|
|
|
TIDY_RETURN_ERROR = 1,
|
|
|
|
TIDY_RETURN_USB = 2,
|
|
|
|
TIDY_RETURN_ABORT = 3,
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Which systems junk are we removing */
|
|
|
|
enum tidy_system
|
|
|
|
{
|
|
|
|
TIDY_MAC = 0,
|
|
|
|
TIDY_WIN = 1,
|
2008-04-21 20:16:45 +00:00
|
|
|
TIDY_NIX = 2,
|
|
|
|
TIDY_ALL = 3,
|
2006-08-08 10:46:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* variable button definitions */
|
2007-01-18 01:38:50 +00:00
|
|
|
#if CONFIG_KEYPAD == PLAYER_PAD
|
|
|
|
#define TIDY_STOP BUTTON_STOP
|
|
|
|
|
|
|
|
#elif CONFIG_KEYPAD == RECORDER_PAD
|
2006-08-08 10:46:39 +00:00
|
|
|
#define TIDY_STOP BUTTON_OFF
|
|
|
|
|
2007-01-14 13:48:09 +00:00
|
|
|
#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD
|
|
|
|
#define TIDY_STOP BUTTON_OFF
|
|
|
|
|
2006-08-08 10:46:39 +00:00
|
|
|
#elif CONFIG_KEYPAD == ONDIO_PAD
|
|
|
|
#define TIDY_STOP BUTTON_OFF
|
|
|
|
|
|
|
|
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IRIVER_H300_PAD)
|
|
|
|
#define TIDY_STOP BUTTON_OFF
|
|
|
|
|
2007-07-27 09:57:27 +00:00
|
|
|
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IPOD_1G2G_PAD)
|
2006-08-08 10:46:39 +00:00
|
|
|
#define TIDY_STOP BUTTON_MENU
|
|
|
|
|
2007-03-16 23:02:39 +00:00
|
|
|
#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
|
2006-08-08 10:46:39 +00:00
|
|
|
#define TIDY_STOP BUTTON_POWER
|
|
|
|
|
2007-01-18 01:38:50 +00:00
|
|
|
#elif CONFIG_KEYPAD == GIGABEAT_PAD
|
2007-05-19 23:38:09 +00:00
|
|
|
#define TIDY_STOP BUTTON_POWER
|
2006-08-08 10:46:39 +00:00
|
|
|
|
2007-09-20 10:49:48 +00:00
|
|
|
#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == SANSA_C200_PAD)
|
2006-10-26 13:38:09 +00:00
|
|
|
#define TIDY_STOP BUTTON_POWER
|
|
|
|
|
2007-01-18 01:38:50 +00:00
|
|
|
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
2006-08-11 08:35:27 +00:00
|
|
|
#define TIDY_STOP BUTTON_POWER
|
|
|
|
|
2008-02-17 12:23:02 +00:00
|
|
|
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
|
|
|
#define TIDY_STOP BUTTON_BACK
|
|
|
|
|
2008-03-01 22:55:09 +00:00
|
|
|
#elif CONFIG_KEYPAD == MROBE100_PAD
|
|
|
|
#define TIDY_STOP BUTTON_POWER
|
|
|
|
|
2008-03-22 10:24:28 +00:00
|
|
|
#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
|
|
|
|
#define TIDY_STOP BUTTON_RC_REC
|
|
|
|
|
2008-03-22 22:03:34 +00:00
|
|
|
#elif CONFIG_KEYPAD == COWOND2_PAD
|
|
|
|
#define TIDY_STOP BUTTON_POWER
|
|
|
|
|
2006-08-08 10:46:39 +00:00
|
|
|
#else
|
2008-03-01 22:55:09 +00:00
|
|
|
#error No keymap defined!
|
2006-08-08 10:46:39 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
void tidy_lcd_status(const char *name, int *removed)
|
|
|
|
{
|
|
|
|
char text[24]; /* "Cleaned up nnnnn items" */
|
|
|
|
|
|
|
|
/* display status text */
|
|
|
|
rb->lcd_clear_display();
|
|
|
|
rb->lcd_puts(0, 0, "Working ...");
|
|
|
|
rb->lcd_puts(0, 1, name);
|
|
|
|
rb->snprintf(text, 24, "Cleaned up %d items", *removed);
|
2007-01-18 01:38:50 +00:00
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2006-08-08 10:46:39 +00:00
|
|
|
rb->lcd_puts(0, 2, text);
|
2007-01-18 01:38:50 +00:00
|
|
|
#endif
|
2007-04-06 22:55:00 +00:00
|
|
|
rb->lcd_update();
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void tidy_get_absolute_path(struct dirent *entry, char *fullname,
|
|
|
|
const char* name)
|
|
|
|
{
|
|
|
|
/* gets absolute path using dirent and name */
|
|
|
|
rb->strcpy(fullname, name);
|
|
|
|
if (rb->strlen(name) > 1)
|
|
|
|
{
|
|
|
|
rb->strcat(fullname, "/");
|
|
|
|
}
|
|
|
|
rb->strcat(fullname, entry->d_name);
|
|
|
|
}
|
|
|
|
|
|
|
|
enum tidy_return tidy_removedir(const char *name, int *removed)
|
|
|
|
{
|
|
|
|
/* delete directory */
|
|
|
|
struct dirent *entry;
|
|
|
|
enum tidy_return status = TIDY_RETURN_OK;
|
|
|
|
int button;
|
|
|
|
DIR *dir;
|
|
|
|
char fullname[MAX_PATH];
|
|
|
|
|
|
|
|
/* display status text */
|
|
|
|
tidy_lcd_status(name, removed);
|
|
|
|
|
|
|
|
rb->yield();
|
|
|
|
|
|
|
|
dir = rb->opendir(name);
|
|
|
|
if (dir)
|
|
|
|
{
|
|
|
|
while((status == TIDY_RETURN_OK) && ((entry = rb->readdir(dir)) != 0))
|
|
|
|
/* walk directory */
|
|
|
|
{
|
|
|
|
/* check for user input and usb connect */
|
|
|
|
button = rb->button_get(false);
|
|
|
|
if (button == TIDY_STOP)
|
|
|
|
{
|
|
|
|
rb->closedir(dir);
|
|
|
|
return TIDY_RETURN_ABORT;
|
|
|
|
}
|
|
|
|
if (rb->default_event_handler(button) == SYS_USB_CONNECTED)
|
2008-04-21 20:16:45 +00:00
|
|
|
{
|
|
|
|
rb->closedir(dir);
|
|
|
|
return TIDY_RETURN_USB;
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
rb->yield();
|
|
|
|
|
|
|
|
/* get absolute path */
|
|
|
|
tidy_get_absolute_path(entry, fullname, name);
|
|
|
|
|
|
|
|
if (entry->attribute & ATTR_DIRECTORY)
|
|
|
|
{
|
|
|
|
/* dir ignore "." and ".." */
|
|
|
|
if ((rb->strcmp(entry->d_name, ".") != 0) && \
|
|
|
|
(rb->strcmp(entry->d_name, "..") != 0))
|
|
|
|
{
|
|
|
|
tidy_removedir(fullname, removed);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* file */
|
|
|
|
*removed += 1;
|
|
|
|
rb->remove(fullname);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
rb->closedir(dir);
|
|
|
|
/* rmdir */
|
|
|
|
*removed += 1;
|
|
|
|
rb->rmdir(name);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
status = TIDY_RETURN_ERROR;
|
|
|
|
}
|
|
|
|
return status;
|
|
|
|
}
|
|
|
|
|
|
|
|
enum tidy_return tidy_clean(const char *name, int *removed, \
|
|
|
|
enum tidy_system system)
|
|
|
|
{
|
|
|
|
/* deletes junk files and dirs left by system */
|
|
|
|
struct dirent *entry;
|
|
|
|
enum tidy_return status = TIDY_RETURN_OK;
|
|
|
|
int button;
|
|
|
|
int del; /* has the item been deleted */
|
|
|
|
DIR *dir;
|
|
|
|
char fullname[MAX_PATH];
|
|
|
|
|
|
|
|
/* display status text */
|
|
|
|
tidy_lcd_status(name, removed);
|
|
|
|
|
|
|
|
rb->yield();
|
|
|
|
|
|
|
|
dir = rb->opendir(name);
|
|
|
|
if (dir)
|
|
|
|
{
|
|
|
|
while((status == TIDY_RETURN_OK) && ((entry = rb->readdir(dir)) != 0))
|
|
|
|
/* walk directory */
|
|
|
|
{
|
|
|
|
/* check for user input and usb connect */
|
|
|
|
button = rb->button_get(false);
|
|
|
|
if (button == TIDY_STOP)
|
|
|
|
{
|
|
|
|
rb->closedir(dir);
|
|
|
|
return TIDY_RETURN_ABORT;
|
|
|
|
}
|
|
|
|
if (rb->default_event_handler(button) == SYS_USB_CONNECTED)
|
2008-04-21 20:16:45 +00:00
|
|
|
{
|
|
|
|
rb->closedir(dir);
|
|
|
|
return TIDY_RETURN_USB;
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
rb->yield();
|
|
|
|
|
|
|
|
if (entry->attribute & ATTR_DIRECTORY)
|
|
|
|
{
|
|
|
|
/* directory ignore "." and ".." */
|
|
|
|
if ((rb->strcmp(entry->d_name, ".") != 0) && \
|
|
|
|
(rb->strcmp(entry->d_name, "..") != 0))
|
|
|
|
{
|
|
|
|
del = 0;
|
|
|
|
|
|
|
|
/* get absolute path */
|
|
|
|
tidy_get_absolute_path(entry, fullname, name);
|
|
|
|
|
|
|
|
/* check if we are in root directory "/" */
|
|
|
|
if (rb->strcmp(name, "/") == 0)
|
|
|
|
{
|
2008-04-21 20:16:45 +00:00
|
|
|
if ((system == TIDY_MAC) || (system == TIDY_ALL))
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
|
|
|
/* mac directories */
|
|
|
|
if (rb->strcmp(entry->d_name, ".Trashes") == 0)
|
|
|
|
{
|
|
|
|
/* delete dir */
|
|
|
|
tidy_removedir(fullname, removed);
|
|
|
|
del = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (del == 0)
|
|
|
|
{
|
2008-04-21 20:16:45 +00:00
|
|
|
if ((system == TIDY_WIN) || (system == TIDY_ALL))
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
|
|
|
/* windows directories */
|
|
|
|
if (rb->strcmp(entry->d_name, "Recycled") == 0 \
|
|
|
|
|| rb->strcmp(entry->d_name, "System Volume Information") == 0)
|
|
|
|
{
|
|
|
|
/* delete dir */
|
|
|
|
tidy_removedir(fullname, removed);
|
|
|
|
del = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (del == 0)
|
|
|
|
{
|
|
|
|
/* dir not deleted so clean it */
|
|
|
|
status = tidy_clean(fullname, removed, system);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* file */
|
|
|
|
del = 0;
|
|
|
|
|
2008-04-21 20:16:45 +00:00
|
|
|
if ((system == TIDY_MAC) || (system == TIDY_ALL))
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
|
|
|
/* remove mac files */
|
|
|
|
if ((rb->strcmp(entry->d_name, ".DS_Store") == 0) || \
|
|
|
|
(rb->strncmp(entry->d_name, "._", 2) == 0))
|
|
|
|
{
|
|
|
|
*removed += 1; /* increment removed files counter */
|
|
|
|
|
|
|
|
/* get absolute path */
|
|
|
|
char fullname[MAX_PATH];
|
|
|
|
tidy_get_absolute_path(entry, fullname, name);
|
|
|
|
|
|
|
|
/* delete file */
|
|
|
|
rb->remove(fullname);
|
|
|
|
del = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (del == 0)
|
|
|
|
{
|
2008-04-21 20:16:45 +00:00
|
|
|
if ((system == TIDY_WIN) || (system == TIDY_ALL))
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
|
|
|
/* remove windows files*/
|
|
|
|
if ((rb->strcmp(entry->d_name, "Thumbs.db") == 0))
|
|
|
|
{
|
|
|
|
*removed += 1; /* increment removed files counter */
|
|
|
|
|
|
|
|
/* get absolute path */
|
|
|
|
char fullname[MAX_PATH];
|
|
|
|
tidy_get_absolute_path(entry, fullname, name);
|
|
|
|
|
|
|
|
/* delete file */
|
|
|
|
rb->remove(fullname);
|
|
|
|
del = 1;
|
|
|
|
}
|
2008-04-21 20:16:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (del == 0)
|
|
|
|
{
|
|
|
|
if ((system ==TIDY_NIX) || (system == TIDY_ALL))
|
|
|
|
{
|
|
|
|
/* remove linux files*/
|
|
|
|
if ((rb->strcmp(entry->d_name, ".dolphinview") == 0) || \
|
|
|
|
(rb->strncmp(entry->d_name, ".d3lphinview", 2) == 0))
|
|
|
|
{
|
|
|
|
*removed += 1; /* increment removed files counter */
|
|
|
|
|
|
|
|
/* get absolute path */
|
|
|
|
char fullname[MAX_PATH];
|
|
|
|
tidy_get_absolute_path(entry, fullname, name);
|
|
|
|
|
|
|
|
/* delete file */
|
|
|
|
rb->remove(fullname);
|
|
|
|
del = 1;
|
|
|
|
}
|
|
|
|
}
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
2008-04-21 20:16:45 +00:00
|
|
|
}
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
|
|
|
rb->closedir(dir);
|
|
|
|
return status;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
return TIDY_RETURN_ERROR;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
enum plugin_status tidy_do(enum tidy_system system)
|
|
|
|
{
|
|
|
|
/* clean disk and display num of items removed */
|
|
|
|
int removed = 0;
|
|
|
|
enum tidy_return status;
|
|
|
|
char text[24]; /* "Cleaned up nnnnn items" */
|
|
|
|
|
|
|
|
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
|
|
|
rb->cpu_boost(true);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
status = tidy_clean("/", &removed, system);
|
|
|
|
|
|
|
|
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
|
|
|
rb->cpu_boost(false);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
if ((status == TIDY_RETURN_OK) || (status == TIDY_RETURN_ABORT))
|
|
|
|
{
|
|
|
|
rb->lcd_clear_display();
|
|
|
|
rb->snprintf(text, 24, "Cleaned up %d items", removed);
|
|
|
|
if (status == TIDY_RETURN_ABORT)
|
|
|
|
{
|
2007-03-16 21:56:08 +00:00
|
|
|
rb->splash(HZ, "User aborted");
|
2006-08-08 10:46:39 +00:00
|
|
|
rb->lcd_clear_display();
|
|
|
|
}
|
2007-03-16 21:56:08 +00:00
|
|
|
rb->splash(HZ*2, text);
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
|
|
|
return status;
|
|
|
|
}
|
|
|
|
|
2007-01-18 01:38:50 +00:00
|
|
|
int tidy_lcd_menu(void)
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
2008-04-21 20:16:45 +00:00
|
|
|
int selection, ret = 3;
|
2007-01-18 23:37:51 +00:00
|
|
|
bool menu_quit = false;
|
2006-08-08 10:46:39 +00:00
|
|
|
|
2007-03-28 07:33:18 +00:00
|
|
|
MENUITEM_STRINGLIST(menu,"Disktidy Menu",NULL,"Start Cleaning",
|
|
|
|
"Files to Clean","Quit");
|
2006-08-08 10:46:39 +00:00
|
|
|
|
2008-04-21 20:16:45 +00:00
|
|
|
static const struct opt_items system_option[] =
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
2007-01-18 01:38:50 +00:00
|
|
|
{ "Mac", -1 },
|
|
|
|
{ "Windows", -1 },
|
2008-04-21 20:16:45 +00:00
|
|
|
{ "Linux", -1 },
|
|
|
|
{ "All", -1 }
|
2007-01-18 01:38:50 +00:00
|
|
|
};
|
|
|
|
|
2007-01-18 23:37:51 +00:00
|
|
|
while (!menu_quit)
|
2007-01-18 01:38:50 +00:00
|
|
|
{
|
2008-03-26 03:35:24 +00:00
|
|
|
switch(rb->do_menu(&menu, &selection, NULL, false))
|
2007-01-18 01:38:50 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
case 0:
|
2007-01-18 23:37:51 +00:00
|
|
|
menu_quit = true; /* start cleaning */
|
|
|
|
break;
|
2007-01-18 01:38:50 +00:00
|
|
|
|
|
|
|
case 1:
|
2008-04-21 20:16:45 +00:00
|
|
|
rb->set_option("Files to Clean", &ret, INT, system_option, 4, NULL);
|
2007-01-18 23:37:51 +00:00
|
|
|
break;
|
2007-01-18 01:38:50 +00:00
|
|
|
|
2007-03-28 07:33:18 +00:00
|
|
|
default:
|
2007-01-18 23:37:51 +00:00
|
|
|
ret = 99; /* exit plugin */
|
|
|
|
menu_quit = true;
|
|
|
|
break;
|
2007-01-18 01:38:50 +00:00
|
|
|
}
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
2007-01-18 23:37:51 +00:00
|
|
|
return ret;
|
2006-08-08 10:46:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* this is the plugin entry point */
|
2008-05-13 09:57:56 +00:00
|
|
|
enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter)
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
2008-04-21 20:16:45 +00:00
|
|
|
enum tidy_system system = TIDY_ALL;
|
2006-08-08 10:46:39 +00:00
|
|
|
enum tidy_return status;
|
|
|
|
|
|
|
|
(void)parameter;
|
|
|
|
|
|
|
|
rb = api;
|
2007-01-18 01:38:50 +00:00
|
|
|
|
|
|
|
switch(tidy_lcd_menu())
|
|
|
|
{
|
|
|
|
case 0:
|
|
|
|
system = TIDY_MAC;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
system = TIDY_WIN;
|
|
|
|
break;
|
|
|
|
case 2:
|
2008-04-21 20:16:45 +00:00
|
|
|
system = TIDY_NIX;
|
|
|
|
break;
|
|
|
|
case 3:
|
|
|
|
system = TIDY_ALL;
|
2007-01-18 01:38:50 +00:00
|
|
|
break;
|
|
|
|
case 99:
|
|
|
|
return PLUGIN_OK;
|
|
|
|
default:
|
2008-04-21 20:16:45 +00:00
|
|
|
system = TIDY_ALL;
|
2007-01-18 01:38:50 +00:00
|
|
|
}
|
2006-08-08 10:46:39 +00:00
|
|
|
|
2007-01-18 02:28:57 +00:00
|
|
|
while (true)
|
2006-08-08 10:46:39 +00:00
|
|
|
{
|
|
|
|
status = tidy_do(system);
|
|
|
|
|
|
|
|
switch (status)
|
|
|
|
{
|
|
|
|
case TIDY_RETURN_OK:
|
|
|
|
return PLUGIN_OK;
|
|
|
|
case TIDY_RETURN_ERROR:
|
|
|
|
return PLUGIN_ERROR;
|
|
|
|
case TIDY_RETURN_USB:
|
|
|
|
return PLUGIN_USB_CONNECTED;
|
|
|
|
case TIDY_RETURN_ABORT:
|
|
|
|
return PLUGIN_OK;
|
|
|
|
}
|
2007-01-18 01:38:50 +00:00
|
|
|
}
|
2006-08-08 10:46:39 +00:00
|
|
|
|
2007-01-18 02:28:57 +00:00
|
|
|
if (rb->default_event_handler(rb->button_get(false)) == SYS_USB_CONNECTED)
|
2007-01-18 01:38:50 +00:00
|
|
|
return PLUGIN_USB_CONNECTED;
|
2006-08-08 10:46:39 +00:00
|
|
|
|
2007-01-18 01:38:50 +00:00
|
|
|
rb->yield();
|
|
|
|
|
2006-08-08 10:46:39 +00:00
|
|
|
|
|
|
|
return PLUGIN_OK;
|
|
|
|
}
|