diff options
author | Gordon Sim <gsim@apache.org> | 2011-01-17 09:46:50 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-01-17 09:46:50 +0000 |
commit | 0861114538486154287d8a048f1eff2036e9b5db (patch) | |
tree | 99c7d6f3e23ea59aef8d2928adccf6ae1cdaa92c /cpp/include/qpid/messaging | |
parent | 38723ee5b89df32d8d36dee1cb8c2826e5bfe8e9 (diff) | |
download | qpid-python-0861114538486154287d8a048f1eff2036e9b5db.tar.gz |
QPID-2998: Remove spurious class definitions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1059835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging')
-rw-r--r-- | cpp/include/qpid/messaging/Session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/qpid/messaging/Session.h b/cpp/include/qpid/messaging/Session.h index bb631f1563..6c023629e0 100644 --- a/cpp/include/qpid/messaging/Session.h +++ b/cpp/include/qpid/messaging/Session.h @@ -38,11 +38,9 @@ template <class> class PrivateImplRef; class Address; class Connection; class Message; -class MessageListener; class Sender; class Receiver; class SessionImpl; -class Subscription; /** \ingroup messaging * A session represents a distinct 'conversation' which can involve |