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/01/22 17:56:18 UTC

svn commit: r902171 - /qpid/trunk/qpid/cpp/include/qpid/client/Connection.h

Author: shuston
Date: Fri Jan 22 16:56:18 2010
New Revision: 902171

URL: http://svn.apache.org/viewvc?rev=902171&view=rev
Log:
Refer to ConnectionAccess as the struct it is, not class. Resolves compile warning on MSVC.

Modified:
    qpid/trunk/qpid/cpp/include/qpid/client/Connection.h

Modified: qpid/trunk/qpid/cpp/include/qpid/client/Connection.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/client/Connection.h?rev=902171&r1=902170&r2=902171&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/client/Connection.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/client/Connection.h Fri Jan 22 16:56:18 2010
@@ -212,7 +212,7 @@
      */
     QPID_CLIENT_EXTERN const ConnectionSettings& getNegotiatedSettings();
 
-  friend class ConnectionAccess; ///<@internal
+  friend struct ConnectionAccess; ///<@internal
   friend class SessionBase_0_10; ///<@internal
 };
 



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