Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 59234 invoked from network); 17 Jan 2011 09:47:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jan 2011 09:47:21 -0000 Received: (qmail 43568 invoked by uid 500); 17 Jan 2011 09:47:21 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 43493 invoked by uid 500); 17 Jan 2011 09:47:20 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 43486 invoked by uid 99); 17 Jan 2011 09:47:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jan 2011 09:47:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jan 2011 09:47:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7871723888EC; Mon, 17 Jan 2011 09:46:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1059835 - /qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h Date: Mon, 17 Jan 2011 09:46:50 -0000 To: commits@qpid.apache.org From: gsim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110117094650.7871723888EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gsim Date: Mon Jan 17 09:46:50 2011 New Revision: 1059835 URL: http://svn.apache.org/viewvc?rev=1059835&view=rev Log: QPID-2998: Remove spurious class definitions Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h?rev=1059835&r1=1059834&r2=1059835&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h (original) +++ qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h Mon Jan 17 09:46:50 2011 @@ -38,11 +38,9 @@ template 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 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org