Ignore:
Timestamp:
1999-11-02T10:58:49+13:00 (25 years ago)
Author:
sjboddie
Message:

no longer set receptionist for some actions that used to

File:
1 edited

Legend:

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

    r746 r762  
    2828/*
    2929   $Log$
     30   Revision 1.19  1999/11/01 21:58:49  sjboddie
     31   no longer set receptionist for some actions that used to
     32
    3033   Revision 1.18  1999/10/25 22:29:31  sjboddie
    3134   receptionist now checks collect diectory for collections
     
    202205
    203206  pageaction apageaction;
    204   apageaction.set_receptionist (&recpt);
    205207  recpt.add_action (&apageaction);
    206208
     
    212214
    213215  documentaction adocumentaction;
    214   adocumentaction.set_receptionist (&recpt);
    215216  recpt.add_action (&adocumentaction);
    216217
     
    222223
    223224  buildaction abuildaction;
    224   abuildaction.set_receptionist (&recpt);
    225225  recpt.add_action (&abuildaction);
    226226
Note: See TracChangeset for help on using the changeset viewer.