38 static char rcsid[] not_used = {
"$Id$"};
63 #include "WWWOutput.h"
64 #include "get_html_form.h"
66 using namespace dap_html_form;
68 WWWByte::WWWByte(
const string &n) : Byte(n)
73 WWWByte::ptr_duplicate()
79 WWWByte::print_val(FILE *os,
string,
bool )
81 write_simple_variable(os,
this);
85 WWWByte::print_val(ostream &strm,
string,
bool )
87 write_simple_variable(strm,
this);