summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2820_Regression_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-02-20 16:16:42 +0000
committerSteve Huston <shuston@riverace.com>2007-02-20 16:16:42 +0000
commit69fb9bc72ea996aa7163bd659c2dcaed752edecd (patch)
tree4c7d645091101508a4eacb7b406ff530f98d48ad /ACE/tests/Bug_2820_Regression_Test.cpp
parent6240ee5a4054fa527479c9b8998e6bb365e80324 (diff)
downloadATCD-69fb9bc72ea996aa7163bd659c2dcaed752edecd.tar.gz
ChangeLogTag:Tue Feb 20 16:12:57 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Bug_2820_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2820_Regression_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/tests/Bug_2820_Regression_Test.cpp b/ACE/tests/Bug_2820_Regression_Test.cpp
index ff780b6e093..6a56906b446 100644
--- a/ACE/tests/Bug_2820_Regression_Test.cpp
+++ b/ACE/tests/Bug_2820_Regression_Test.cpp
@@ -17,6 +17,7 @@
*/
#include "test_config.h"
+#include "ace/Auto_Ptr.h"
#include "ace/Reactor.h"
#include "ace/Select_Reactor.h"
@@ -46,7 +47,7 @@ run_main (int, ACE_TCHAR *[])
int result = 0;
- std::auto_ptr<ACE_Reactor> reactor(
+ auto_ptr<ACE_Reactor> reactor(
new ACE_Reactor(new ACE_Select_Reactor, 1));
ACE_Event_Handler_var v(