summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-29 07:57:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-29 07:57:29 +0000
commite4fb2b1d6b6162e3a7af5f08e2cb02aa6d45024e (patch)
tree0880554532b723f03699364ec9d960fc6a33bd71
parentef40024c9ee3f093ac0420f432ff511601f2fdfa (diff)
downloadATCD-e4fb2b1d6b6162e3a7af5f08e2cb02aa6d45024e.tar.gz
ChangeLogTag:Mon Mar 28 23:55:22 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/tao/DynamicInterface/Context.cpp2
-rw-r--r--TAO/tao/DynamicInterface/DII_Arguments.cpp1
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation.cpp2
-rw-r--r--TAO/tao/DynamicInterface/ExceptionList.cpp2
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.cpp2
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.cpp5
7 files changed, 19 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 01830d3213d..dc540bc1e34 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Mon Mar 28 23:55:22 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/DynamicInterface/Context.cpp:
+ * tao/DynamicInterface/DII_Arguments.cpp:
+ * tao/DynamicInterface/DII_Invocation.cpp:
+ * tao/DynamicInterface/ExceptionList.cpp:
+ * tao/DynamicInterface/Server_Request.cpp:
+ * tao/DynamicInterface/Unknown_User_Exception.cpp:
+
+ Updated to use new TAO TypeCode headers.
+
Mon Mar 28 22:49:58 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/Alias_TypeCode.h:
diff --git a/TAO/tao/DynamicInterface/Context.cpp b/TAO/tao/DynamicInterface/Context.cpp
index bf0c1dd0b86..23c5c331827 100644
--- a/TAO/tao/DynamicInterface/Context.cpp
+++ b/TAO/tao/DynamicInterface/Context.cpp
@@ -6,7 +6,7 @@ ACE_RCSID (DynamicInterface,
"$Id$")
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/NVList.h"
#include "tao/Environment.h"
#include "tao/CORBA_String.h"
diff --git a/TAO/tao/DynamicInterface/DII_Arguments.cpp b/TAO/tao/DynamicInterface/DII_Arguments.cpp
index 18f9ca7e9d8..f4f6941ad97 100644
--- a/TAO/tao/DynamicInterface/DII_Arguments.cpp
+++ b/TAO/tao/DynamicInterface/DII_Arguments.cpp
@@ -6,7 +6,6 @@
#include "tao/Any_Impl.h"
#include "tao/Exception.h"
#include "tao/CDR.h"
-#include "tao/Typecode.h"
#include "tao/DynamicC.h"
ACE_RCSID (DynamicInterface,
diff --git a/TAO/tao/DynamicInterface/DII_Invocation.cpp b/TAO/tao/DynamicInterface/DII_Invocation.cpp
index deca796a521..6d9339420e3 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation.cpp
+++ b/TAO/tao/DynamicInterface/DII_Invocation.cpp
@@ -8,7 +8,7 @@
#include "DII_Reply_Dispatcher.h"
#include "tao/DynamicC.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/operation_details.h"
#include "tao/RequestInfo_Util.h"
#include "tao/Invocation_Utils.h"
diff --git a/TAO/tao/DynamicInterface/ExceptionList.cpp b/TAO/tao/DynamicInterface/ExceptionList.cpp
index 4a2c034b1ea..34445946608 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.cpp
+++ b/TAO/tao/DynamicInterface/ExceptionList.cpp
@@ -4,7 +4,7 @@ ACE_RCSID (DynamicInterface,
ExceptionList,
"$Id$")
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/Environment.h"
#include "tao/SystemException.h"
diff --git a/TAO/tao/DynamicInterface/Server_Request.cpp b/TAO/tao/DynamicInterface/Server_Request.cpp
index 8db7acac9a4..cf64e1cf755 100644
--- a/TAO/tao/DynamicInterface/Server_Request.cpp
+++ b/TAO/tao/DynamicInterface/Server_Request.cpp
@@ -11,7 +11,7 @@ ACE_RCSID (DynamicInterface,
#include "tao/NVList.h"
#include "tao/GIOP_Utils.h"
#include "tao/Marshal.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/Any_Impl.h"
#include "tao/SystemException.h"
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
index d4cddcac81c..ab3d333e1cf 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
@@ -4,7 +4,10 @@
#include "tao/Any.h"
#include "tao/Environment.h"
-#include "tao/TC_Constants_Forward.h"
+#include "tao/TypeCode_Constants.h"
+#include "tao/Null_RefCount_Policy.h"
+#include "tao/TypeCode_Struct_Field.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/SystemException.h"
#include "ace/OS_NS_string.h"