Author: astitcher
Date: Thu Aug 22 19:31:22 2013
New Revision: 1516551
URL: http://svn.apache.org/r1516551
Log:
QPID-5079: Remove unused and unecessary member of MessagingException class
- Potentially an ABI change but noone can really have used this for anything.
Modified:
qpid/trunk/qpid/cpp/include/qpid/messaging/exceptions.h
Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/exceptions.h
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/messaging/exceptions.h?rev=1516551&r1=1516550&r2=1516551&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/messaging/exceptions.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/messaging/exceptions.h Thu Aug 22 19:31:22
2013
@@ -40,9 +40,6 @@ struct QPID_MESSAGING_CLASS_EXTERN Messa
{
QPID_MESSAGING_EXTERN MessagingException(const std::string& msg);
QPID_MESSAGING_EXTERN virtual ~MessagingException() throw();
-
- qpid::types::Variant::Map detail;
- //TODO: override what() to include detail if present
};
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]