diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2006-02-03 23:31:49 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2006-02-03 23:31:49 +0000 |
commit | 85cd9a22307a93fa47240b72e0675c6382f84845 (patch) | |
tree | ae6d47276f124d802c2a8af05561076fe47796f0 /TAO | |
parent | 79dd7128f5675b356466295a4ea346cd9d5e4228 (diff) | |
download | ATCD-85cd9a22307a93fa47240b72e0675c6382f84845.tar.gz |
ChangeLogTag:Fri Feb 3 15:16:41 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 9 | ||||
-rw-r--r-- | TAO/tests/Bug_1495_Regression/Server_Task.h | 2 | ||||
-rw-r--r-- | TAO/tests/Bug_2084_Regression/Server_Task.h | 2 | ||||
-rw-r--r-- | TAO/tests/Collocation_Exception_Test/Server_Task.h | 2 | ||||
-rw-r--r-- | TAO/tests/Collocation_Oneway_Tests/Server_Task.h | 2 | ||||
-rw-r--r-- | TAO/tests/Collocation_Tests/Server_Task.h | 2 |
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 |