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

Removed some compiler warnings

File:
1 edited

Legend:

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

    r533 r542  
    2828/*
    2929   $Log$
     30   Revision 1.14  1999/09/07 23:08:09  rjmcnab
     31   Removed some compiler warnings
     32
    3033   Revision 1.13  1999/09/07 04:56:57  sjboddie
    3134   added GPL notice
     
    131134// to produce pages.
    132135void pageaction::define_external_macros (const ColInfoResponse_t &/*collectinfo*/, displayclass &/*disp*/,
    133                      cgiargsclass &/*args*/, recptproto */*collectproto*/,
     136                     cgiargsclass &/*args*/, recptproto * /*collectproto*/,
    134137                     ostream &/*logout*/) {
    135138}
     
    263266
    264267bool pageaction::do_action (cgiargsclass &args, const ColInfoResponse_t &/*collectinfo*/,
    265                 recptproto */*collectproto*/, displayclass &disp,
     268                recptproto * /*collectproto*/, displayclass &disp,
    266269                outconvertclass &outconvert, ostream &textout,
    267270                ostream &/*logout*/) {
Note: See TracChangeset for help on using the changeset viewer.