Changeset 210


Ignore:
Timestamp:
1999-03-25T15:12:01+12:00 (25 years ago)
Author:
sjboddie
Message:

subjectbrowseaction was replaced with browseaction

File:
1 edited

Legend:

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

    r189 r210  
    1212/*
    1313   $Log$
     14   Revision 1.11  1999/03/25 03:12:01  sjboddie
     15
     16   subjectbrowseaction was replaced with browseaction
     17
    1418   Revision 1.10  1999/03/05 03:53:54  sjboddie
    1519
     
    7377#include "pingaction.h"
    7478#include "queryaction.h"
    75 #include "subjectbrowseaction.h"
     79#include "browseaction.h"
    7680#include <stdlib.h>
    7781
     
    352356  recpt.add_action (&aqueryaction);
    353357
    354   subjectbrowseaction asubjectbrowseaction;
    355   recpt.add_action (&asubjectbrowseaction);
     358  browseaction abrowseaction;
     359  recpt.add_action (&abrowseaction);
    356360
    357361  // set defaults
Note: See TracChangeset for help on using the changeset viewer.