Ignore:
Timestamp:
2000-07-14T09:43:50+12:00 (24 years ago)
Author:
sjboddie
Message:

Removed CVS logging information from source files

File:
1 edited

Legend:

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

    r962 r1285  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.19  2000/02/21 21:57:49  sjboddie
    31    actions are now configured with gsdlhome
    32 
    33    Revision 1.18  1999/11/01 21:10:57  sjboddie
    34    chnaged arguments passed to many functions
    35 
    36    Revision 1.17  1999/09/07 23:04:03  rjmcnab
    37    got rid of some compiler warnings
    38 
    39    Revision 1.16  1999/09/07 04:56:51  sjboddie
    40    added GPL notice
    41 
    42    Revision 1.15  1999/09/03 09:51:47  rjmcnab
    43    removed the argdefault configuration option (it should now be
    44    done with cgiarg)
    45 
    46    Revision 1.14  1999/09/02 00:22:42  rjmcnab
    47    Changes to get it compiling on AIX
    48 
    49    Revision 1.13  1999/07/30 02:24:43  sjboddie
    50    added collectinfo argument to some functions
    51 
    52    Revision 1.12  1999/07/10 22:15:30  rjmcnab
    53    Added function check_external_cgiargs so that actions that
    54    are not being called can override cgi arguments.
    55 
    56    Revision 1.11  1999/06/08 04:29:41  sjboddie
    57    added argsinfo to the call to check_cgiargs to make it easy to set
    58    args to their default if they're found to be screwed up
    59 
    60    Revision 1.10  1999/03/25 03:06:44  sjboddie
    61 
    62    altered receptionist slightly so it now passes *collectproto to
    63    define_internal_macros and define_external_macros - need it
    64    for browseaction
    65 
    66    Revision 1.9  1999/02/28 23:16:00  rjmcnab
    67 
    68    Fixed a compiler warning.
    69 
    70    Revision 1.8  1999/02/28 20:00:11  rjmcnab
    71 
    72 
    73    Fixed a few things.
    74 
    75    Revision 1.7  1999/02/25 21:58:58  rjmcnab
    76 
    77    Merged sources.
    78 
    79    Revision 1.6  1999/02/21 22:33:52  rjmcnab
    80 
    81    Lots of stuff :-)
    82 
    83    Revision 1.5  1999/02/11 01:24:04  rjmcnab
    84 
    85    Fixed a few compiler warnings.
    86 
    87    Revision 1.4  1999/02/08 01:27:59  rjmcnab
    88 
    89    Got the receptionist producing something using the statusaction.
    90 
    91    Revision 1.3  1999/02/05 10:42:41  rjmcnab
    92 
    93    Continued working on receptionist
    94 
    95    Revision 1.2  1999/02/04 10:00:53  rjmcnab
    96 
    97    Developed the idea of an "action" and having them define the cgi arguments
    98    which they need and how those cgi arguments function.
    99 
    100    Revision 1.1  1999/01/08 08:40:52  rjmcnab
    101 
    102    Moved from lib directory.
    103 
    104    Revision 1.1  1999/01/08 03:57:44  rjmcnab
    105 
    106    Initial revision
    107 
    108  */
    109 
    11025
    11126#include "action.h"
     
    237152  return (*here).second.a;
    238153}
    239 
Note: See TracChangeset for help on using the changeset viewer.