summaryrefslogtreecommitdiff
path: root/tests/CDR_Test.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 19:10:28 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 19:10:28 +0000
commitf11b123c4704d28c651d1ef5012147f5524b39a9 (patch)
tree55af45e84b444ea4a1e2d5cfd639e3319c9f8d97 /tests/CDR_Test.cpp
parent091754324358e14211e7af84bd092e2a04ec8163 (diff)
downloadATCD-f11b123c4704d28c651d1ef5012147f5524b39a9.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/CDR_Test.cpp')
-rw-r--r--tests/CDR_Test.cpp2
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",