summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-05 01:30:06 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-05 01:30:06 +0000
commit966dd3f47933b6e6671c557be0c0219558dba6f9 (patch)
tree1592712d5d446ca7e151b4457272cbd7ff22b98e
parent8b7f9b194ed4c0d70e0782835f74bce5612d9e05 (diff)
downloadATCD-966dd3f47933b6e6671c557be0c0219558dba6f9.tar.gz
ChangeLogTag:Wed Nov 5 01:00:31 UTC 2003 Don Hinton <dhinton@dresystems.com>
-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"