Changeset 4754


Ignore:
Timestamp:
2003-06-23T14:14:46+12:00 (21 years ago)
Author:
kjdon
Message:

no longer use set_gselection_macro and set_fqfselection_macro functions, set_option_macro now takes a boolean parameter display_single. If the arg has only one option, if display_single is true, create teh macro, otherwise dont.

File:
1 edited

Legend:

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

    r4220 r4754  
    8181               recptprotolistclass *protos, ostream &logout);
    8282
    83   void set_fqfselection_macro (const FilterOption_t &option,
    84                   displayclass &disp);
    85 
    86 
    8783  void define_history_macros (displayclass &disp, cgiargsclass &args,
    8884                   recptprotolistclass *protos, ostream &logout);
    8985
    9086  virtual void set_option_macro (const text_t &macroname, text_t current_value,
     87                 bool display_single,
    9188             const FilterOption_t &option, displayclass &disp);
    92 
    93   virtual void set_gselection_macro (text_t current_value,
    94                      const FilterOption_t &option,
    95                      displayclass &disp);
    9689
    9790  void output_ccp (cgiargsclass &args, recptprotolistclass *protos,
Note: See TracChangeset for help on using the changeset viewer.