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 | b09898401ededa02f463d4673fc8c612aed8d60c (patch) | |
| tree | 99c7d6f3e23ea59aef8d2928adccf6ae1cdaa92c /cpp | |
| parent | 99b83c4935d3a6ea8751c500e64388330c199a86 (diff) | |
| download | qpid-python-b09898401ededa02f463d4673fc8c612aed8d60c.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')
| -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 |
