38 static char rcsid[] not_used = {
"$Id$"};
46 #include "InternalErr.h"
49 #include "WWWOutput.h"
50 #include "get_html_form.h"
52 using namespace dap_html_form;
54 WWWStr::WWWStr(
const string &n) : Str(n)
59 WWWStr::ptr_duplicate()
65 WWWStr::print_val(FILE *os,
string,
bool )
67 write_simple_variable(os,
this);
71 WWWStr::print_val(ostream &strm,
string,
bool )
73 write_simple_variable(strm,
this);