summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/NullMessageStore.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-07-29 20:26:46 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-07-29 20:26:46 +0000
commit5c49bab054b72ee8ce73b376786f48bbaacc1a8b (patch)
tree1b30782fa08eb395f4c284a68721922e8ab3787f /cpp/src/qpid/broker/NullMessageStore.cpp
parent14744b26e039cf25368872a244e575ee04d0d30f (diff)
downloadqpid-python-5c49bab054b72ee8ce73b376786f48bbaacc1a8b.tar.gz
QPID-1198 (Partial): replace all uses of u_intX_t with uintX_t
Patches from Manuel Teira. The u_int* versions are not available in the Sun header files. In any case using only uint* is more consistent git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@680828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/NullMessageStore.cpp')
-rw-r--r--cpp/src/qpid/broker/NullMessageStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.cpp b/cpp/src/qpid/broker/NullMessageStore.cpp
index 6fb92a2fc5..e1c7fe240d 100644
--- a/cpp/src/qpid/broker/NullMessageStore.cpp
+++ b/cpp/src/qpid/broker/NullMessageStore.cpp
@@ -134,7 +134,7 @@ void NullMessageStore::flush(const qpid::broker::PersistableQueue&)
{
}
-u_int32_t NullMessageStore::outstandingQueueAIO(const PersistableQueue& )
+uint32_t NullMessageStore::outstandingQueueAIO(const PersistableQueue& )
{
return 0;
}