Ignore:
Timestamp:
2003-05-20T14:19:04+12:00 (21 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3810 r4291  
    6767#include "collectoraction.h"
    6868#include "phindaction.h"
     69#include "configaction.h"
    6970
    7071// browsers
     
    499500  phindaction *aphindaction = new phindaction();
    500501  recpt.add_action (aphindaction);
     502 
     503  configaction *aconfigaction = new configaction();
     504  aconfigaction->set_receptionist(&recpt);
     505  recpt.add_action (aconfigaction);
    501506
    502507
Note: See TracChangeset for help on using the changeset viewer.