diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-19 01:04:45 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-19 01:04:45 +0000 |
commit | 3f5d92d259b4e2c4f9bc0e7f8c13d162cfeea786 (patch) | |
tree | 901de92cabfbbf37e24a598b61a12377719405ee /tests/Priority_Buffer_Test.cpp | |
parent | 16d93002bf5208ce8642a2a095815b184503fbad (diff) | |
download | ATCD-3f5d92d259b4e2c4f9bc0e7f8c13d162cfeea786.tar.gz |
Small changes for NT
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r-- | tests/Priority_Buffer_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp index 857b57d8aff..a4e1e3128cd 100644 --- a/tests/Priority_Buffer_Test.cpp +++ b/tests/Priority_Buffer_Test.cpp @@ -40,7 +40,7 @@ static const long max_queue = LONG_MAX; static void * consumer (ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue) { - int cur_priority = 27; + u_long cur_priority = 27; int local_count = 0; // Keep looping, reading a message out of the queue, until we |