--- innwebd/base_passive.h 2004/07/03 13:56:04 1.3 +++ innwebd/base_passive.h 2004/09/16 15:40:37 1.5 @@ -1,10 +1,10 @@ /*******************************************************/ /* */ -/* LeafOK Innd */ +/* LeafOK Innbbsd */ /* Copyright (C) LeafOK.com, 2003-2004 */ /* */ /* Programmed by Leaf */ -/* E-mail:leaf@leafok.com QQ:6049044 */ +/* E-mail:leaflet@leafok.com QQ:6049044 */ /* */ /* http://bbs.leafok.com */ /* http://bbs.leafok.net */ @@ -46,4 +46,5 @@ protected: virtual base_passive* new_client(void) = 0; virtual int db_env_init(void) = 0; virtual int w_call(void); + virtual bool check_priv(void); };