summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/Leader_Follower.cpp1
-rw-r--r--TAO/tao/PortableServer/POA.cpp1
-rw-r--r--TAO/tao/Transport.cpp1
4 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8a3541b8314..ceaa7cce1fc 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Nov 5 01:00:31 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tao/Leader_Follower.cpp:
+ * tao/Transport.cpp:
+ * tao/PortableServer/POA.cpp:
+ Added #include of OS_NS_sys_time.h.
+
Tue Nov 4 17:02:39 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
diff --git a/TAO/tao/Leader_Follower.cpp b/TAO/tao/Leader_Follower.cpp
index 518ddccf6b3..fd982f852b6 100644
--- a/TAO/tao/Leader_Follower.cpp
+++ b/TAO/tao/Leader_Follower.cpp
@@ -6,6 +6,7 @@
#include "tao/LF_Event_Binder.h"
#include "tao/debug.h"
#include "tao/Transport.h"
+#include "ace/OS_NS_sys_time.h"
#include "ace/Reactor.h"
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 5904430ab4e..95d8cc7cf5a 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -32,6 +32,7 @@ ACE_RCSID (PortableServer,
#include "tao/IORInterceptor/IORInterceptor_List.h"
#include "Default_Acceptor_Filter.h"
#include "ace/OS_NS_wchar.h"
+#include "ace/OS_NS_sys_time.h"
#include "PortableGroup_Hooks.h"
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index ad4a030dd90..59885f09ef4 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -19,6 +19,7 @@
#include "Resume_Handle.h"
#include "Codeset_Manager.h"
#include "Codeset_Translator_Factory.h"
+#include "ace/OS_NS_sys_time.h"
#include "ace/Reactor.h"