summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-27 12:11:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-27 12:11:35 +0000
commit363d0088e5f7a598ef1ced7ff0d8ddd9b11e129b (patch)
tree948a5c7a80dcca37f95cf4d78cf10cbeb2396ee6 /tests
parentdb0911c2d4337392b704d96b71364c4b363b0208 (diff)
downloadATCD-363d0088e5f7a598ef1ced7ff0d8ddd9b11e129b.tar.gz
ChangeLogTag:Sun Nov 27 04:05:52 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/ACE_Init_Test.cpp2
-rw-r--r--tests/Process_Strategy_Test.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/ACE_Init_Test.cpp b/tests/ACE_Init_Test.cpp
index 64d77320e07..af56574d927 100644
--- a/tests/ACE_Init_Test.cpp
+++ b/tests/ACE_Init_Test.cpp
@@ -18,6 +18,8 @@
#include "test_config.h"
+using namespace ACE_VERSIONED_NAMESPACE_NAME;
+
// If this is not a WIN32 platform do not even try to compile the
// test, many of the #includes make little sense.
int
diff --git a/tests/Process_Strategy_Test.h b/tests/Process_Strategy_Test.h
index de6586d5688..9278e37404a 100644
--- a/tests/Process_Strategy_Test.h
+++ b/tests/Process_Strategy_Test.h
@@ -30,9 +30,6 @@
#include "ace/Svc_Handler.h"
#include "ace/Strategies_T.h"
-// Forward decl.
-class ACE_Thread_Manager;
-
class Counting_Service : public ACE_Svc_Handler <ACE_SOCK_STREAM, ACE_NULL_SYNCH>
// = TITLE
// Reads and increments the count in a shared file.