38 static char rcsid[] not_used = {
"$Id$"};
45 #include <InternalErr.h>
49 #include "WWWOutput.h"
50 #include "get_html_form.h"
52 using namespace dap_html_form;
54 WWWInt16::WWWInt16(
const string &n) : Int16(n)
59 WWWInt16::ptr_duplicate()
65 WWWInt16::print_val(FILE *os,
string,
bool )
68 write_simple_variable(os, name(), fancy_typename(
this));
70 DBG(cerr <<
"FQN: " << get_fqn(
this) << endl);
71 write_simple_variable(os,
this);
76 WWWInt16::print_val(ostream &strm,
string,
bool )
79 write_simple_variable(strm, name(), fancy_typename(
this));
81 DBG(cerr <<
"FQN: " << get_fqn(
this) << endl);
82 write_simple_variable(strm,
this);