Changeset 377 for trunk


Ignore:
Timestamp:
1999-07-14T11:32:17+12:00 (25 years ago)
Author:
rjmcnab
Message:

Added authenaction and usersaction

File:
1 edited

Legend:

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

    r365 r377  
    1212/*
    1313   $Log$
     14   Revision 1.15  1999/07/13 23:32:17  rjmcnab
     15   Added authenaction and usersaction
     16
    1417   Revision 1.14  1999/07/11 01:03:37  rjmcnab
    1518   Added ability to receive POST cgi form data.
     
    8891#include "queryaction.h"
    8992#include "documentaction.h"
     93#include "authenaction.h"
     94#include "usersaction.h"
    9095#include <stdlib.h>
    9196
     
    369374  documentaction adocumentaction;
    370375  recpt.add_action (&adocumentaction);
     376
     377  usersaction ausersaction;
     378  recpt.add_action (&ausersaction);
     379
     380  authenaction aauthenaction;
     381  aauthenaction.set_receptionist(&recpt);
     382  recpt.add_action (&aauthenaction);
    371383
    372384  // set defaults
Note: See TracChangeset for help on using the changeset viewer.