Ignore:
Timestamp:
1999-07-30T14:24:45+12:00 (25 years ago)
Author:
sjboddie
Message:

added collectinfo argument to some functions

File:
1 edited

Legend:

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

    r172 r421  
    1212/*
    1313   $Log$
     14   Revision 1.3  1999/07/30 02:24:45  sjboddie
     15   added collectinfo argument to some functions
     16
    1417   Revision 1.2  1999/02/25 21:58:59  rjmcnab
    1518
     
    4649
    4750
    48 bool pingaction::do_action (cgiargsclass &args, recptproto *collectproto,
    49                 displayclass &/*disp*/, outconvertclass &outconvert,
    50                 ostream &textout, ostream &logout) {
     51bool pingaction::do_action (cgiargsclass &args, const ColInfoResponse_t &/*collectinfo*/,
     52                recptproto *collectproto, displayclass &/*disp*/,
     53                outconvertclass &outconvert, ostream &textout,
     54                ostream &logout) {
    5155  bool wassuccess = false;
    5256  comerror_t err;
Note: See TracChangeset for help on using the changeset viewer.