Ignore:
Timestamp:
1999-09-08T11:04:03+12:00 (25 years ago)
Author:
rjmcnab
Message:

got rid of some compiler warnings

File:
1 edited

Legend:

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

    r533 r540  
    2828/*
    2929   $Log$
     30   Revision 1.17  1999/09/07 23:04:03  rjmcnab
     31   got rid of some compiler warnings
     32
    3033   Revision 1.16  1999/09/07 04:56:51  sjboddie
    3134   added GPL notice
     
    107110// by this action
    108111void action::define_internal_macros (const ColInfoResponse_t &/*collectinfo*/, displayclass &/*disp*/,
    109                      cgiargsclass &/*args*/, recptproto */*collectproto*/,
     112                     cgiargsclass &/*args*/, recptproto * /*collectproto*/,
    110113                     ostream &/*logout*/) {
    111114}
     
    179182// to produce pages. These macros should be well documented.
    180183void action::define_external_macros (const ColInfoResponse_t &/*collectinfo*/, displayclass &/*disp*/,
    181                      cgiargsclass &/*args*/, recptproto */*collectproto*/,
     184                     cgiargsclass &/*args*/, recptproto * /*collectproto*/,
    182185                     ostream &/*logout*/) {
    183186}
     
    186189// from outputing anything.
    187190bool action::do_action (cgiargsclass &/*args*/, const ColInfoResponse_t &/*collectinfo*/,
    188             recptproto */*collectproto*/, displayclass &/*disp*/,
     191            recptproto * /*collectproto*/, displayclass &/*disp*/,
    189192            outconvertclass &/*outconvert*/, ostream &/*textout*/,
    190193            ostream &/*logout*/) {
Note: See TracChangeset for help on using the changeset viewer.