You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/06/11 02:59:42 UTC

svn commit: r953526 - /qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h

Author: shuston
Date: Fri Jun 11 00:59:41 2010
New Revision: 953526

URL: http://svn.apache.org/viewvc?rev=953526&view=rev
Log:
Refer to struct Url as that, not a class - fixes compile warnings on Windows.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h

Modified: qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h?rev=953526&r1=953525&r2=953526&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h Fri Jun 11 00:59:41 2010
@@ -31,7 +31,7 @@
 #include <vector>
 
 namespace qpid {
-class Url;
+struct Url;
 
 namespace client {
 namespace amqp0_10 {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org