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-subscr...@qpid.apache.org

Reply via email to