38 #ifndef _object_type_h
42 #ifndef _internalerr_h
85 throw InternalErr(__FILE__, __LINE__,
"Unimplemented assignment");
98 d_version(
"dods/0.0"), d_protocol(
"2.0"),
Response(FILE *s, int status=0)
virtual void set_stream(FILE *s)
virtual int get_status() const
virtual void set_type(ObjectType o)
ObjectType
The type of object in the stream coming from the data server.
virtual ObjectType get_type() const
Response(const Response &)
virtual void set_version(const string &v)
A class for software fault reporting.
virtual void set_protocol(const string &p)
virtual string get_protocol() const
Response & operator=(const Response &)
virtual void set_status(int s)
virtual string get_version() const
virtual FILE * get_stream() const