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