diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-01 19:10:28 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-01 19:10:28 +0000 |
commit | ec29fbdd817ea71e7b47866bb03597d2a58050b9 (patch) | |
tree | 55af45e84b444ea4a1e2d5cfd639e3319c9f8d97 /tests/CDR_Test.cpp | |
parent | ff59a8f076aec7118c75f1e5b1f75ce86d4e44ce (diff) | |
download | ATCD-ec29fbdd817ea71e7b47866bb03597d2a58050b9.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/CDR_Test.cpp')
-rw-r--r-- | tests/CDR_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CDR_Test.cpp b/tests/CDR_Test.cpp index d3320c2d9c3..715411c734f 100644 --- a/tests/CDR_Test.cpp +++ b/tests/CDR_Test.cpp @@ -170,7 +170,7 @@ test_get (ACE_InputCDR &cdr, const CDR_Test_Types &test_types) "read_string2[%d] failed\n", i), 1); - auto_ptr<CDR::Char> auto_xstr (xstr); + ACE_Auto_Basic_Ptr<CDR::Char> auto_xstr (xstr); if (ACE_OS::strcmp (auto_xstr.get (), test_types.str) != 0) ACE_ERROR_RETURN ((LM_ERROR, "string[%d] differs\n", |