Ignore:
Timestamp:
1999-03-25T15:06:45+12:00 (25 years ago)
Author:
sjboddie
Message:

altered receptionist slightly so it now passes *collectproto to
define_internal_macros and define_external_macros - need it
for browseaction

File:
1 edited

Legend:

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

    r173 r206  
    7373  // by this action
    7474  virtual void define_internal_macros (displayclass &disp, cgiargsclass &args,
    75                        ostream &logout);
     75                       recptproto *collectproto, ostream &logout);
    7676
    7777  // define all the macros which might be used by other actions
    7878  // to produce pages. These macros should be well documented.
    7979  virtual void define_external_macros (displayclass &disp, cgiargsclass &args,
    80                        ostream &logout);
     80                       recptproto *collectproto, ostream &logout);
    8181
    8282  // returns false if there was an error which prevented the action
Note: See TracChangeset for help on using the changeset viewer.