Changeset 12507


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

Added Stefan's fileupload code to replace use of cgicc by depositor. getargsinfo declaration changed

File:
1 edited

Legend:

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

    r7432 r12507  
    120120  // getargsinfo should be called after all configuration files
    121121  // have been read
    122   const cgiargsinfoclass getargsinfo() const {return argsinfo;};
     122  cgiargsinfoclass *getargsinfo() {return &argsinfo;};
    123123};
    124124
Note: See TracChangeset for help on using the changeset viewer.