[Package Index | Mudlib Index | Effect Index]
File /obj/handlers/finderror_helper.c
This handler contains the methods to handle the creators list of
directories to control bugs in.
Inherits
This class inherits the following classes /std/object.cIncludes
This class includes the following files /include/log.h, /include/db.h, /include/error_handler.h and /include/config.hClass Index
Method index
- add_directory(object, string, int)
This method adds the directory to the creators directory list to check.
- finished_query(int, mixed, function, object)
- query_directories(string)
- query_dirs_count(mixed, function)
This method returns the error counts for all the directories in the
list of directories to watch.
- query_errors_in_dirs(string *, function, string *)
This method returns the error counts for all the directories in the
list of directories to watch.
- query_next_dir(object, function)
- remove_directory(object, string, int)
Public Functions
These are functions that everyone can access.
-
add_directory
int add_directory(object player,
string dir,
int recursive)
This method adds the directory to the creators directory list to check.
- Parameters:
player - the creator to add the directory to
dir - the directory to add
recursive - to add the directory recursively
-
finished_query
void finished_query(int status,
mixed data,
function func,
object player)
-
query_directories
string * query_directories(string player)
-
query_dirs_count
int query_dirs_count(mixed player,
function finish_func)
This method returns the error counts for all the directories in the
list of directories to watch.
- Parameters:
word - the creator to get the dir count for
-
query_errors_in_dirs
int query_errors_in_dirs(string * directories,
function finish_func,
string * ignore)
This method returns the error counts for all the directories in the
list of directories to watch.
- Parameters:
word - the creator to get the dir count for
-
query_next_dir
void query_next_dir(object player,
function finish_func)
-
remove_directory
int remove_directory(object player,
string directory,
int recursive)
Classes
These are nice data types for dealing with... Data!