Ignore:
Timestamp:
1999-03-01T09:00:19+13:00 (25 years ago)
Author:
rjmcnab
Message:

Fixed a few things.

File:
1 edited

Legend:

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

    r172 r173  
    1212/*
    1313   $Log$
     14   Revision 1.8  1999/02/28 20:00:11  rjmcnab
     15
     16
     17   Fixed a few things.
     18
    1419   Revision 1.7  1999/02/25 21:58:58  rjmcnab
    1520
     
    111116}
    112117 
     118// uses_display should return true if the receptionist should return
     119// true if the display class is needed to output the page content
     120// The default is to return true.
     121bool action::uses_display (cgiargsclass &args) {
     122  return true;
     123}
     124
     125
    113126// define all the macros which might be used by other actions
    114127// to produce pages. These macros should be well documented.
Note: See TracChangeset for help on using the changeset viewer.