Ignore:
Timestamp:
1999-02-08T14:28:04+13:00 (25 years ago)
Author:
rjmcnab
Message:

Got the receptionist producing something using the statusaction.

File:
1 edited

Legend:

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

    r108 r155  
    1414#define HTMLGEN_H
    1515
     16#include "gsdlconf.h"
     17#include "text_t.h"
     18#include "display.h"
     19
     20#if defined(GSDL_USE_OBJECTSPACE)
     21#  include <ospace\std\iostream>
     22#elif defined(GSDL_USE_IOS_H)
     23#  include <iostream.h>
     24#else
     25#  include <iostream>
     26#endif
    1627
    1728
    1829
     30// highlighttext highlights query terms in text string and
     31// outputs the resulting text string
     32void highlighttext (text_tarray &termvars, displayclass &disp, text_t &text,
     33            outconvertclass &outconvert, ostream &textout, ostream &logout);
     34
     35
    1936#endif
Note: See TracChangeset for help on using the changeset viewer.