Author: shuston
Date: Wed Jan  2 23:12:40 2013
New Revision: 1428104

URL: http://svn.apache.org/viewvc?rev=1428104&view=rev
Log:
NO-JIRA - refer to DtxTimeout as the struct it is, not a class. Avoids a VC 
diagnostic.

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

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/DtxWorkRecord.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/DtxWorkRecord.h?rev=1428104&r1=1428103&r2=1428104&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/DtxWorkRecord.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/DtxWorkRecord.h Wed Jan  2 23:12:40 2013
@@ -37,7 +37,7 @@
 namespace qpid {
 namespace broker {
 
-class DtxTimeout;
+struct DtxTimeout;
 
 /**
  * Represents the work done under a particular distributed transaction



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to