Ignore:
Timestamp:
2012-05-09T20:08:01+12:00 (12 years ago)
Author:
ak19
Message:

Dr Bainbridge has introduced the isPersistentAction (add the a=is-persistent to the library url). It is true for server.exe and when using mod_gsdl, but false for library.cgi which uses the apache web server (when not using mod_gsdl).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/cgiwrapper.h

    r22142 r25560  
    3131#include "receptionist.h"
    3232#include "userdb.h"
     33#include "ispersistentaction.h"
    3334
    34 void add_all_actions(receptionist& recpt, userdbclass* udb, keydbclass* kdb);
     35void add_all_actions(receptionist& recpt, userdbclass* udb, keydbclass* kdb, isPersistentEnum isPersistentVal);
    3536void add_all_browsers(receptionist& recpt);
    3637
Note: See TracChangeset for help on using the changeset viewer.