Ignore:
Timestamp:
2001-02-20T13:30:06+13:00 (23 years ago)
Author:
paynter
Message:

Removed a bunch of code that served no prupose, and added a little
documentation explaining where all the functionality went.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/phindbrowserclass.h

    r1643 r2016  
    2626 *********************************************************************/
    2727
     28// The phindbrowserclass is necessary to add a phind classifier to the user
     29// interface and navigation bar, but is basically empty - all the work is
     30// done in documentaction.cpp and in the document.dm macro file.  What
     31// happens is that documentaction.cpp has a section that sets various
     32// macros when the document in question is a phind classifier; thse are in
     33// turn used by the macro file to load the applet into the web page.
    2834
    2935#ifndef PHINDBROWSERCLASS_H
     
    4349  virtual text_t get_browser_name ();
    4450
    45   void processOID (cgiargsclass &args, recptproto *collectproto,
    46            ostream &logout);
    47 
    48 
    4951};
    5052
Note: See TracChangeset for help on using the changeset viewer.