38static char rcsid[] not_used = {
"$Id$"};
45#include <libdap/InternalErr.h>
46#include <libdap/debug.h>
50#include "get_html_form.h"
52using namespace dap_html_form;
54WWWInt16::WWWInt16(
const string &n) :
Int16(n)
59WWWInt16::ptr_duplicate()
61 return new WWWInt16(*
this);
65WWWInt16::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);
76WWWInt16::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);