Documentation

Generated on Thu Aug 31 00:02:33 2006

 

Handler.h File Reference

#include "generic.h"
#include "Utilities.h"
#include "Configuration.h"
#include "Log.h"
#include "Connection.h"
#include "Commands.h"
#include "User.h"
#include "StringTokenizer.h"

Include dependency graph for Handler.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

struct  command_info
class  Handler

Variables

Handlerhandler
vector< User * > user_list
pthread_rwlock_t user_list_lock

Variable Documentation

class Handler* handler

Definition at line 17 of file Handler.cpp.

Referenced by exit_baby(), Commands::help(), main(), and user_wrapper().

vector<User*> user_list

Definition at line 44 of file babyftpd.h.

pthread_rwlock_t user_list_lock

Definition at line 40 of file babyftpd.h.