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/17 23:13:55 UTC

svn commit: r955750 - /qpid/trunk/qpid/cpp/include/qpid/messaging/FailoverUpdates.h

Author: shuston
Date: Thu Jun 17 21:13:55 2010
New Revision: 955750

URL: http://svn.apache.org/viewvc?rev=955750&view=rev
Log:
Refer to FailoverUpdatesImpl as the struct it is, not a class. Removes compile warning on Windows.

Modified:
    qpid/trunk/qpid/cpp/include/qpid/messaging/FailoverUpdates.h

Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/FailoverUpdates.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/messaging/FailoverUpdates.h?rev=955750&r1=955749&r2=955750&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/messaging/FailoverUpdates.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/messaging/FailoverUpdates.h Thu Jun 17 21:13:55 2010
@@ -26,7 +26,7 @@
 namespace qpid {
 namespace messaging {
 class Connection;
-class FailoverUpdatesImpl;
+struct FailoverUpdatesImpl;
 
 /**
  * A utility to listen for updates on cluster membership and update



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