diff base/TempDirectory.h @ 130:b290c43f01ec

* Exceptions for file read etc
author Chris Cannam
date Wed, 28 Jun 2006 15:42:04 +0000
parents 604bd4ee3ed4
children 82f529a08cf3
line wrap: on
line diff
--- a/base/TempDirectory.h	Wed Jun 28 13:41:12 2006 +0000
+++ b/base/TempDirectory.h	Wed Jun 28 15:42:04 2006 +0000
@@ -37,17 +37,6 @@
     
     virtual ~TempDirectory();
 
-    class DirectoryCreationFailed : virtual public std::exception
-    {
-    public:
-        DirectoryCreationFailed(QString directory) throw();
-        virtual DirectoryCreationFailed::~DirectoryCreationFailed() throw() { }
-        virtual const char *what() const throw();
-
-    protected:
-        QString m_directory;
-    };
-
     /**
      * Create the root temporary directory if necessary, and return
      * its path.  Throw DirectoryCreationFailed if the directory