Ignore:
Timestamp:
2006-08-24T10:53:47+12:00 (18 years ago)
Author:
kjdon
Message:

Added Stefan's fileupload code to replace use of cgicc by depositor. action.getargsinfo changed, parse_cgi_args now has a fileuploads argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.h

    r12411 r12509  
    220220  // This function should be called for each page request. It returns false
    221221  // if there was a major problem with the cgi arguments.
    222   virtual bool parse_cgi_args (const text_t &argstr, cgiargsclass &args,
     222  virtual bool parse_cgi_args (const text_t &argstr,
     223                   fileupload_tmap &fileuploads,
     224                   cgiargsclass &args,
    223225                   ostream &logout, text_tmap &fcgienv);
    224226
Note: See TracChangeset for help on using the changeset viewer.