From da6e2b9f62966ef7d0cb69f58ffe1365af98d676 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 29 Oct 2007 21:14:44 +0000 Subject: client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.h - updated all users qpid/Exception.h: Removed unimplemented clone() function. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@589857 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/Exception.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpp/src/qpid/Exception.h') diff --git a/cpp/src/qpid/Exception.h b/cpp/src/qpid/Exception.h index bf6c1fb872..4ca15b37fc 100644 --- a/cpp/src/qpid/Exception.h +++ b/cpp/src/qpid/Exception.h @@ -44,7 +44,6 @@ class Exception : public std::exception virtual ~Exception() throw(); virtual const char *what() const throw(); - virtual std::auto_ptr clone() const throw(); virtual std::string str() const throw(); private: std::string msg; @@ -62,14 +61,6 @@ struct ConnectionException : public Exception { : Exception(message), code(code_) {} }; -/** Clone an exception. - * For qpid::Exception this calls the clone member function. - * For standard exceptions, uses the copy constructor. - * For unknown exception types creates a std::exception - * with the same what() string. - */ -std::auto_ptr clone(const std::exception&); - } // namespace qpid #endif /*!_Exception_*/ -- cgit v1.2.1