summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-02-03 23:31:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-02-03 23:31:49 +0000
commitca277204a8a59225fb43825bfd16651f75d9d89f (patch)
treeae6d47276f124d802c2a8af05561076fe47796f0
parentb924bef4e6f95dc800b865e823ddc11f7e538602 (diff)
downloadATCD-ca277204a8a59225fb43825bfd16651f75d9d89f.tar.gz
ChangeLogTag:Fri Feb 3 15:16:41 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/tests/Bug_1495_Regression/Server_Task.h2
-rw-r--r--TAO/tests/Bug_2084_Regression/Server_Task.h2
-rw-r--r--TAO/tests/Collocation_Exception_Test/Server_Task.h2
-rw-r--r--TAO/tests/Collocation_Oneway_Tests/Server_Task.h2
-rw-r--r--TAO/tests/Collocation_Tests/Server_Task.h2
6 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 946b394ecc2..b38df3d4790 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,5 +1,14 @@
Fri Feb 3 15:16:41 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
+ * tests/Bug_1495_Regression/Server_Task.h:
+ * tests/Bug_2084_Regression/Server_Task.h:
+ * tests/Collocation_Exception_Test/Server_Task.h:
+ * tests/Collocation_Oneway_Tests/Server_Task.h:
+ * tests/Collocation_Tests/Server_Task.h:
+
+ Place ACE_Manual_Event forward declaration within versioned
+ namespace.
+
* tests/Hang_Shutdown/Test.idl:
* tests/Hang_Shutdown/client.cpp:
* tests/Hang_Shutdown/server.cpp:
diff --git a/TAO/tests/Bug_1495_Regression/Server_Task.h b/TAO/tests/Bug_1495_Regression/Server_Task.h
index d6f71524d62..b00725ba805 100644
--- a/TAO/tests/Bug_1495_Regression/Server_Task.h
+++ b/TAO/tests/Bug_1495_Regression/Server_Task.h
@@ -16,7 +16,9 @@
#include "tao/ORB.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Manual_Event;
+ACE_END_VERSIONED_NAMESPACE_DECL
/// Implements the Task to run the process colocated thread.
class Server_Task : public ACE_Task_Base
diff --git a/TAO/tests/Bug_2084_Regression/Server_Task.h b/TAO/tests/Bug_2084_Regression/Server_Task.h
index 4f2307adc30..60006aae0ba 100644
--- a/TAO/tests/Bug_2084_Regression/Server_Task.h
+++ b/TAO/tests/Bug_2084_Regression/Server_Task.h
@@ -15,7 +15,9 @@
#include "tao/ORB.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Manual_Event;
+ACE_END_VERSIONED_NAMESPACE_DECL
/// Implement a Task to run the server in a single thread
class Server_Task : public ACE_Task_Base
diff --git a/TAO/tests/Collocation_Exception_Test/Server_Task.h b/TAO/tests/Collocation_Exception_Test/Server_Task.h
index 4f2307adc30..60006aae0ba 100644
--- a/TAO/tests/Collocation_Exception_Test/Server_Task.h
+++ b/TAO/tests/Collocation_Exception_Test/Server_Task.h
@@ -15,7 +15,9 @@
#include "tao/ORB.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Manual_Event;
+ACE_END_VERSIONED_NAMESPACE_DECL
/// Implement a Task to run the server in a single thread
class Server_Task : public ACE_Task_Base
diff --git a/TAO/tests/Collocation_Oneway_Tests/Server_Task.h b/TAO/tests/Collocation_Oneway_Tests/Server_Task.h
index 4f2307adc30..60006aae0ba 100644
--- a/TAO/tests/Collocation_Oneway_Tests/Server_Task.h
+++ b/TAO/tests/Collocation_Oneway_Tests/Server_Task.h
@@ -15,7 +15,9 @@
#include "tao/ORB.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Manual_Event;
+ACE_END_VERSIONED_NAMESPACE_DECL
/// Implement a Task to run the server in a single thread
class Server_Task : public ACE_Task_Base
diff --git a/TAO/tests/Collocation_Tests/Server_Task.h b/TAO/tests/Collocation_Tests/Server_Task.h
index 4f2307adc30..60006aae0ba 100644
--- a/TAO/tests/Collocation_Tests/Server_Task.h
+++ b/TAO/tests/Collocation_Tests/Server_Task.h
@@ -15,7 +15,9 @@
#include "tao/ORB.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Manual_Event;
+ACE_END_VERSIONED_NAMESPACE_DECL
/// Implement a Task to run the server in a single thread
class Server_Task : public ACE_Task_Base