summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 14:43:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 14:43:19 +0000
commit5d39d13234afcda85271b38292b4e6623e15dc2f (patch)
tree40dea21a74b377c5f9cf3876182e1c9b032b253e
parent8af019a2aed855b24edd425a81b3a7b8412846fa (diff)
downloadATCD-5d39d13234afcda85271b38292b4e6623e15dc2f.tar.gz
ChangeLogTag:Thu Aug 28 07:41:58 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog14
-rw-r--r--TAO/tao/DynamicInterface/Context.cpp4
-rw-r--r--TAO/tao/Messaging/Connection_Timeout_Policy_i.cpp2
-rw-r--r--TAO/tao/Strategies/uiop_endpoints.h1
4 files changed, 19 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a95e1ef00ec..7d0c5e320ae 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Thu Aug 28 07:41:58 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/DynamicInterface/Context.cpp:
+
+ Include "tao/Environment.h" for CORBA::Environment type.
+
+ * tao/Messaging/Connection_Timeout_Policy_i.cpp:
+
+ Include "tao/debug.h" for TAO_debug_level global variable.
+
+ * tao/Strategies/uiop_endpoints.h:
+
+ Include "tao/CDR.h" for TAO_{Input,Output}CDR types.
+
Thu Aug 28 12:37:21 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/examples/RtEC/IIOPGateway/Gateway.cpp:
diff --git a/TAO/tao/DynamicInterface/Context.cpp b/TAO/tao/DynamicInterface/Context.cpp
index 1f881dbdce4..e180f072a2b 100644
--- a/TAO/tao/DynamicInterface/Context.cpp
+++ b/TAO/tao/DynamicInterface/Context.cpp
@@ -5,9 +5,10 @@ ACE_RCSID (DynamicInterface,
Context,
"$Id$")
+
#include "tao/Typecode.h"
#include "tao/NVList.h"
-
+#include "tao/Environment.h"
#if !defined (__ACE_INLINE__)
# include "Context.inl"
@@ -227,4 +228,3 @@ CORBA::ContextList::_decr_refcnt (void)
# pragma instantiate TAO_Pseudo_Out_T<CORBA::ContextList, CORBA::ContextList_var>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
diff --git a/TAO/tao/Messaging/Connection_Timeout_Policy_i.cpp b/TAO/tao/Messaging/Connection_Timeout_Policy_i.cpp
index 3251c8c4037..5afe962affe 100644
--- a/TAO/tao/Messaging/Connection_Timeout_Policy_i.cpp
+++ b/TAO/tao/Messaging/Connection_Timeout_Policy_i.cpp
@@ -1,6 +1,8 @@
#include "Connection_Timeout_Policy_i.h"
#include "tao/ORB_Core.h"
#include "tao/Stub.h"
+#include "tao/debug.h"
+
ACE_RCSID (Messaging,
Connection_Timeout_Policy_i,
diff --git a/TAO/tao/Strategies/uiop_endpoints.h b/TAO/tao/Strategies/uiop_endpoints.h
index 984abe9579c..033cb9a49b9 100644
--- a/TAO/tao/Strategies/uiop_endpoints.h
+++ b/TAO/tao/Strategies/uiop_endpoints.h
@@ -24,6 +24,7 @@
#include "tao/Sequence.h"
#include "tao/Any.h"
#include "tao/Typecode.h"
+#include "tao/CDR.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO