summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-14 15:38:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-14 15:38:36 +0000
commita323238e8f76a9b4481d492cc5c8b1486d3efb9f (patch)
treeb4dabcad09cba6afb159b4d8b749a5b7daa786ad
parent24bb3a766fae26f2cd704647dfe6762ac95d717f (diff)
downloadATCD-a323238e8f76a9b4481d492cc5c8b1486d3efb9f.tar.gz
ChangeLogTag:Thu Apr 14 08:37:11 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/Objref_TypeCode_Base.cpp2
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ea33ae701ba..004f156911a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Apr 14 08:37:11 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/Objref_TypeCode_Base.cpp:
+
+ Include "ace/OS_NS_string.h" to pull in ACE_OS::strcmp()
+ declaration.
+
Thu Apr 14 14:45:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableInterceptor.pidl:
diff --git a/TAO/tao/Objref_TypeCode_Base.cpp b/TAO/tao/Objref_TypeCode_Base.cpp
index b8adb2cc3d1..174caf5dc27 100644
--- a/TAO/tao/Objref_TypeCode_Base.cpp
+++ b/TAO/tao/Objref_TypeCode_Base.cpp
@@ -11,6 +11,8 @@
#include "tao/CDR.h"
+#include "ace/OS_NS_string.h"
+
template <typename StringType, class RefCountPolicy>
bool