38static char rcsid[] not_used = {
"$Id$"};
43#include <libdap/InternalErr.h>
47#include "get_html_form.h"
49using namespace dap_html_form;
51WWWUInt16::WWWUInt16(
const string &n) :
UInt16(n)
56WWWUInt16::ptr_duplicate()
58 return new WWWUInt16(*
this);
62WWWUInt16::print_val(FILE *os,
string,
bool )
64 write_simple_variable(os,
this);
68WWWUInt16::print_val(
ostream &strm,
string,
bool )
70 write_simple_variable(strm,
this);