Ignore:
Timestamp:
1999-07-30T14:24:45+12:00 (25 years ago)
Author:
sjboddie
Message:

added collectinfo argument to some functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/authenaction.cpp

    r374 r421  
    1212/*
    1313   $Log$
     14   Revision 1.4  1999/07/30 02:24:43  sjboddie
     15   added collectinfo argument to some functions
     16
    1417   Revision 1.3  1999/07/13 23:23:26  rjmcnab
    1518   Put users in their own gdbm database. Moved a lot of functionality to usersdb
     
    259262}
    260263
    261 void authenaction::define_internal_macros (displayclass &disp, cgiargsclass &args,
    262                       recptproto */*collectproto*/, ostream &/*logout*/) {
     264void authenaction::define_internal_macros (const ColInfoResponse_t &/*collectinfo*/, displayclass &disp,
     265                       cgiargsclass &args, recptproto */*collectproto*/,
     266                       ostream &/*logout*/) {
    263267  // sets _authen:messageextra_ based on the value of args["us"]
    264268  //      _authen:hiddenargs_   to contain all the arguments that were
     
    296300}
    297301
    298 void authenaction::define_external_macros (displayclass &/*disp*/, cgiargsclass &/*args*/,
    299                        recptproto */*collectproto*/, ostream &/*logout*/) {
    300 }
    301 
    302 bool authenaction::do_action (cgiargsclass &args, recptproto */*collectproto*/,
    303                   displayclass &disp, outconvertclass &outconvert,
    304                   ostream &textout, ostream &/*logout*/) {
     302void authenaction::define_external_macros (const ColInfoResponse_t &/*collectinfo*/, displayclass &/*disp*/,
     303                       cgiargsclass &/*args*/, recptproto */*collectproto*/,
     304                       ostream &/*logout*/) {
     305}
     306
     307bool authenaction::do_action (cgiargsclass &args, const ColInfoResponse_t &/*collectinfo*/,
     308                  recptproto */*collectproto*/, displayclass &disp,
     309                  outconvertclass &outconvert, ostream &textout,
     310                  ostream &/*logout*/) {
    305311  if (args["us"] == "enabled") {
    306312    // have been authenticated
Note: See TracChangeset for help on using the changeset viewer.