Changeset 1271


Ignore:
Timestamp:
2000-07-06T10:45:38+12:00 (24 years ago)
Author:
sjboddie
Message:

Caught local library up with changes made to allow caching of
collection info

File:
1 edited

Legend:

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

    r1205 r1271  
    426426 
    427427  pageaction *apageaction = new pageaction();
     428  apageaction->set_receptionist (&recpt);
    428429  recpt.add_action (apageaction);
    429430 
     
    435436 
    436437  queryaction *aqueryaction = new queryaction();
     438  aqueryaction->set_receptionist (&recpt);
    437439  recpt.add_action (aqueryaction);
    438440 
    439441  documentaction *adocumentaction = new documentaction();
     442  adocumentaction->set_receptionist (&recpt);
    440443  recpt.add_action (adocumentaction);
    441444 
Note: See TracChangeset for help on using the changeset viewer.