summaryrefslogtreecommitdiff
path: root/tests/Handle_Set_Test.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-28 00:12:34 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-28 00:12:34 +0000
commite1f41beea1ae006533b66485f4e7232d533a40dc (patch)
treef68fcacdafcb809aac6519301efe53ab14343816 /tests/Handle_Set_Test.cpp
parent148be144805c7f20bd028e8fa7ea7930ee689179 (diff)
downloadATCD-e1f41beea1ae006533b66485f4e7232d533a40dc.tar.gz
(test_boundaries): Changed ACE_Unbounded_Queue<int> to ACE_Unbounded_Queue<ACE_HANDLE>.
Diffstat (limited to 'tests/Handle_Set_Test.cpp')
-rw-r--r--tests/Handle_Set_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Handle_Set_Test.cpp b/tests/Handle_Set_Test.cpp
index 92e05c0db5f..a72aaaf9dbd 100644
--- a/tests/Handle_Set_Test.cpp
+++ b/tests/Handle_Set_Test.cpp
@@ -81,7 +81,7 @@ static void
test_boundaries (void)
{
ACE_Handle_Set handle_set;
- ACE_Unbounded_Queue<int> queue;
+ ACE_Unbounded_Queue<ACE_HANDLE> queue;
ACE_HANDLE handle;
// First test an empty set.