Ignore:
Timestamp:
2000-10-03T12:01:59+13:00 (24 years ago)
Author:
sjboddie
Message:

Added collector to local library (even though it won't work properly yet)

File:
1 edited

Legend:

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

    r1490 r1571  
    6969#include "usersaction.h"
    7070#include "extlinkaction.h"
    71 #include "buildaction.h"
    7271#include "delhistoryaction.h"
     72#include "collectoraction.h"
    7373
    7474// browsers
     
    475475  recpt.add_action (anextlinkaction);
    476476
    477   buildaction *abuildaction = new buildaction();
    478   abuildaction->set_receptionist (&recpt);
    479   recpt.add_action (abuildaction);
     477  collectoraction *acollectoraction = new collectoraction();
     478  acollectoraction->set_receptionist (&recpt);
     479  recpt.add_action (acollectoraction);
    480480 
    481481  authenaction *aauthenaction = new authenaction();
Note: See TracChangeset for help on using the changeset viewer.