summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-02 10:52:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-02 10:52:10 +0000
commit57a6aa0b8a16917f01f635e19ea2914235a0ed78 (patch)
tree3f08e6bc7fa9a76da0db2de6994a2014b9a805eb
parentccee89f47bdf73bbc199f875528f0e8ef6165dab (diff)
downloadATCD-57a6aa0b8a16917f01f635e19ea2914235a0ed78.tar.gz
ChangeLogTag: Wed Feb 2 10:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/ChangeLog5
-rw-r--r--TAO/CIAO/ciao/Port_Activator_T.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 69076317b98..5641c65257d 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 2 10:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ciao/Port_Activator_T.cpp:
+ Added include of OS_NS_string.h to get ACE_OS::strcmp
+
Tue Feb 1 18:09:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/CCM_Core.mpc:
diff --git a/TAO/CIAO/ciao/Port_Activator_T.cpp b/TAO/CIAO/ciao/Port_Activator_T.cpp
index f2832290731..257ea137204 100644
--- a/TAO/CIAO/ciao/Port_Activator_T.cpp
+++ b/TAO/CIAO/ciao/Port_Activator_T.cpp
@@ -4,6 +4,7 @@
#include "Port_Activator_T.h"
#include "tao/CORBA_String.h"
+#include "ace/OS_NS_string.h"
namespace CIAO
{