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/action.cpp

    r206 r261  
    1212/*
    1313   $Log$
     14   Revision 1.11  1999/06/08 04:29:41  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.10  1999/03/25 03:06:44  sjboddie
    1519
     
    111115// then the function will return false and no page content
    112116// should be produced based on the arguments.
    113 bool action::check_cgiargs (cgiargsclass &/*args*/, ostream &/*logout*/) {
     117bool action::check_cgiargs (cgiargsinfoclass &/*argsinfo*/, cgiargsclass &/*args*/,
     118                ostream &/*logout*/) {
    114119  return true;
    115120}
Note: See TracChangeset for help on using the changeset viewer.