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 2009/03/03 17:06:11 UTC

svn commit: r749639 - /qpid/branches/qpid-1673/qpid/cpp/src/qpid/broker/SessionState.h

Author: shuston
Date: Tue Mar  3 16:06:11 2009
New Revision: 749639

URL: http://svn.apache.org/viewvc?rev=749639&view=rev
Log:
Resolve compile warning on Windows

Modified:
    qpid/branches/qpid-1673/qpid/cpp/src/qpid/broker/SessionState.h

Modified: qpid/branches/qpid-1673/qpid/cpp/src/qpid/broker/SessionState.h
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-1673/qpid/cpp/src/qpid/broker/SessionState.h?rev=749639&r1=749638&r2=749639&view=diff
==============================================================================
--- qpid/branches/qpid-1673/qpid/cpp/src/qpid/broker/SessionState.h (original)
+++ qpid/branches/qpid-1673/qpid/cpp/src/qpid/broker/SessionState.h Tue Mar  3 16:06:11 2009
@@ -56,7 +56,7 @@
 class SessionHandler;
 class SessionManager;
 class RateFlowcontrol;
-class TimerTask;
+struct TimerTask;
 
 /**
  * Broker-side session state includes session's handler chains, which



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