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