You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2011/02/21 10:37:04 UTC

svn commit: r1072907 - /qpid/trunk/qpid/cpp/src/qpid/broker/QueueObserver.h

Author: gsim
Date: Mon Feb 21 09:37:03 2011
New Revision: 1072907

URL: http://svn.apache.org/viewvc?rev=1072907&view=rev
Log:
QPID-3002: Fix warning on windows regarding struct/class inconsistencies in declarations

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/QueueObserver.h

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/QueueObserver.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/QueueObserver.h?rev=1072907&r1=1072906&r2=1072907&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/QueueObserver.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/QueueObserver.h Mon Feb 21 09:37:03 2011
@@ -24,7 +24,7 @@
 namespace qpid {
 namespace broker {
 
-class QueuedMessage;
+struct QueuedMessage;
 /**
  * Interface for notifying classes who want to act as 'observers' of a
  * queue of particular events.



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