]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/easyxml.hxx
Pre-initialize the variables driving the external force
[simgear.git] / simgear / xml / easyxml.hxx
index 52e807be101eaaceafb3492517b6fa394c53a8d2..348151efaa5e091d790dfa47b4d389eefa161c6e 100644 (file)
 #include STL_STRING
 #include <vector>
 
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(istream);
-#endif
 SG_USING_STD(string);
 SG_USING_STD(vector);
 
 
-/**
- * Exception for an low-level XML parsing error.
- */
-class sg_xml_exception : public sg_io_exception
-{
-public:
-  sg_xml_exception ();
-  sg_xml_exception (const string &message);
-  sg_xml_exception (const string &message, const sg_location &location);
-  virtual ~sg_xml_exception ();
-};
-
-
 /**
  * Interface for XML attributes.
  *