Ignore:
Timestamp:
1999-06-08T16:29:42+12:00 (25 years ago)
Author:
sjboddie
Message:

added argsinfo to the call to check_cgiargs to make it easy to set
args to their default if they're found to be screwed up

File:
1 edited

Legend:

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

    r173 r261  
    1212/*
    1313   $Log$
     14   Revision 1.5  1999/06/08 04:29:35  sjboddie
     15   added argsinfo to the call to check_cgiargs to make it easy to set
     16   args to their default if they're found to be screwed up
     17
    1418   Revision 1.4  1999/02/28 20:00:14  rjmcnab
    1519
     
    5963}
    6064
    61 bool pageaction::check_cgiargs (cgiargsclass &/*args*/, ostream &/*logout*/) {
     65bool pageaction::check_cgiargs (cgiargsinfoclass &/*argsinfo*/, cgiargsclass &/*args*/,
     66                ostream &/*logout*/) {
    6267  // don't want to check anything yet.
    6368  return true;
Note: See TracChangeset for help on using the changeset viewer.