Changeset 528 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-09-03T21:52:45+12:00 (25 years ago)
Author:
rjmcnab
Message:

Fixed a couple of small things

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

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

    r509 r528  
    1212/*
    1313   $Log$
     14   Revision 1.8  1999/09/03 09:52:45  rjmcnab
     15   Fixed a couple of small things
     16
    1417   Revision 1.7  1999/09/02 00:23:55  rjmcnab
    1518   changes to get compiling on AIX
     
    156159  multiplechar = false;
    157160  defaultstatus = weak;
     161  savedarginfo = can;
    158162}
    159163
  • trunk/gsdl/src/recpt/cgiargs.h

    r509 r528  
    143143  // given in a configuration file, and "imperative" means it must not
    144144  // be overriden at any costs (unless there is another "imperative"...)
    145   // Note: I assume that the comparison none < weak < good < config < imperative
    146   // holds :-/
    147   enum defaultstatus_t {none, weak, good, config, imperative};
     145  enum defaultstatus_t {none=0, weak=1, good=2, config=3, imperative=4};
    148146
    149147  defaultstatus_t defaultstatus;
Note: See TracChangeset for help on using the changeset viewer.