[SithNet--Patches] gnuworld/mod.cservice responses.h,1.2,1.3
Brought to you by:
darthsidious_
From: <dar...@us...> - 2003-06-30 19:42:40
|
Update of /cvsroot/sithnet-dev/gnuworld/mod.cservice In directory sc8-pr-cvs1:/tmp/cvs-serv25449 Modified Files: responses.h Log Message: VERIFYCommand + responses.h updates:\n VERIFICATION Replies changes to sithnet relevant replies. more work to come on these. Index: responses.h =================================================================== RCS file: /cvsroot/sithnet-dev/gnuworld/mod.cservice/responses.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** responses.h 30 Jun 2003 19:15:45 -0000 1.2 --- responses.h 30 Jun 2003 19:42:35 -0000 1.3 *************** *** 193,201 **** const int is_cservice_jadmin = 202; const int is_cservice_sadmin = 203; ! const int is_cservice_sup = 204; ! const int is_cservice_ab = 205; const int is_cservice_comgr = 206; const int is_cservice_mgr = 207; ! const int is_cservice_dir = 208; // Coder Response Languages const int is_coder_rep = 209; --- 193,201 ---- const int is_cservice_jadmin = 202; const int is_cservice_sadmin = 203; ! const int is_cservice_supervisor = 204; ! const int is_cservice_abuse = 205; const int is_cservice_comgr = 206; const int is_cservice_mgr = 207; ! const int is_director = 208; // Coder Response Languages const int is_coder_rep = 209; |