Changeset 2389


Ignore:
Timestamp:
2001-05-10T14:42:31+12:00 (23 years ago)
Author:
dmm9
Message:

creating a browse object

File:
1 edited

Legend:

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

    r2344 r2389  
    5555#include "tipaction.h"
    5656#include "collectoraction.h"
     57#include "browseaction.h"
    5758
    5859#include "browserclass.h"
     
    145146  recpt.add_action(&acollectoraction);
    146147
     148  browseaction abrowseaction;
     149  abrowseaction.set_receptionist (&recpt);
     150  recpt.add_action(&abrowseaction);
     151
    147152  // list of browsers
    148153  vlistbrowserclass avlistbrowserclass;
     
    173178}
    174179
     180
     181
     182
     183
     184
     185
Note: See TracChangeset for help on using the changeset viewer.