usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/exception_types.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/exception_types.hpp
Date: Sun, 09 Jan 2005 04:52:33 -0500

Index: usata2/src/exception_types.hpp
diff -u usata2/src/exception_types.hpp:1.2 usata2/src/exception_types.hpp:1.3
--- usata2/src/exception_types.hpp:1.2  Mon Dec 27 00:50:36 2004
+++ usata2/src/exception_types.hpp      Sun Jan  9 08:57:22 2005
@@ -10,16 +10,21 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: exception_types.hpp,v 1.2 2004/12/27 00:50:36 Descender Exp $
+// $Id: exception_types.hpp,v 1.3 2005/01/09 08:57:22 skunix Exp $
 
 #ifndef USATA_EXCEPTION_TYPES_HPP
 #define USATA_EXCEPTION_TYPES_HPP
 
 #include <exception>
+#include <stdexcept>
 #include <string>
 
 namespace usata
 {
+
+namespace exceptions
+{
+
        class RecoverableError : public std::runtime_error
        {
        public:
@@ -36,7 +41,7 @@
                virtual const char*what()const throw()=0;
                virtual ~FatalError()throw(){}
        };
-
+}
 }
 
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]