diff options
| author | Stephen D. Huston <shuston@apache.org> | 2013-01-02 23:12:40 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2013-01-02 23:12:40 +0000 |
| commit | a6b9de10729d3e66a4edad9626df560722fbd7f5 (patch) | |
| tree | bb87aa67cceef012f69f86c0e7f29b0095951faf /cpp/src/qpid | |
| parent | 318d12fadd4ccdb6a08713397f135ab9eedc595e (diff) | |
| download | qpid-python-a6b9de10729d3e66a4edad9626df560722fbd7f5.tar.gz | |
NO-JIRA - refer to DtxTimeout as the struct it is, not a class. Avoids a VC diagnostic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1428104 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/broker/DtxWorkRecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/DtxWorkRecord.h b/cpp/src/qpid/broker/DtxWorkRecord.h index db2cb28f6f..b38af907c5 100644 --- a/cpp/src/qpid/broker/DtxWorkRecord.h +++ b/cpp/src/qpid/broker/DtxWorkRecord.h @@ -37,7 +37,7 @@ namespace qpid { namespace broker { -class DtxTimeout; +struct DtxTimeout; /** * Represents the work done under a particular distributed transaction |
