diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-28 00:12:34 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-28 00:12:34 +0000 |
commit | e1f41beea1ae006533b66485f4e7232d533a40dc (patch) | |
tree | f68fcacdafcb809aac6519301efe53ab14343816 | |
parent | 148be144805c7f20bd028e8fa7ea7930ee689179 (diff) | |
download | ATCD-e1f41beea1ae006533b66485f4e7232d533a40dc.tar.gz |
(test_boundaries): Changed ACE_Unbounded_Queue<int> to ACE_Unbounded_Queue<ACE_HANDLE>.
-rw-r--r-- | tests/Handle_Set_Test.cpp | 2 |
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. |