summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-28 17:56:44 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-28 17:56:44 +0000
commita63a7895338b0865080831bf3e2c65e13969584e (patch)
tree72a7d6313bc3e12d9fb2880c8dc3662b196fa359
parent6a0e54b8afe74fa908d03efca78224f7982b8305 (diff)
downloadATCD-a63a7895338b0865080831bf3e2c65e13969584e.tar.gz
ChangeLogTag:Tue Mar 28 11:56:56 2000 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ChangeLog18
-rw-r--r--ChangeLogs/ChangeLog-02a18
-rw-r--r--ChangeLogs/ChangeLog-03a18
-rw-r--r--ace/Dirent.cpp4
-rw-r--r--ace/Dirent.h2
5 files changed, 43 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index d4ac1099db3..3d12365f3d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Mar 28 11:56:56 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Dirent.h"
+ * ace/Dirent.cpp: The meaning of __ACE_INLINE__ is just the
+ opposite of ACE_LACKS_INLINE_FUNCTIONS (my fault.) Rearrange
+ the logic for checking __ACE_INLINE__ and include "ace/Dirent.h"
+ in Dirent.cpp.
+
Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* Dirent.cpp,
@@ -10,23 +18,23 @@ Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
FindFirstFile and FindNextFile provide similar behavior. This change
added an emulation of dirent based on these functions. Changes were
made to ACE_OS::opendir, ACE_OS::readdir, and ACE_OS::closedir.
-
+
* ace/config-win32-common.h: Added the defines ACE_HAS_DIRENT,
ACE_LACKS_TELLDIR, ACE_LACKS_SEEKDIR, ACE_LACKS_REWINDDIR and
ACE_LACKS_READDIR_R.
This was necessary to enable the above mentioned <dirent> emulation.
-
+
Mon Mar 27 17:27:40 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp:
+ * TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp:
Fixed the ACE_Null_Mutex mispelt error. Thanks to Thomas Groth
<groth.th@t-online.de> for pointing this out.
Mon Mar 27 16:58:03 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * ace/TkReactor.cpp:
+ * ace/TkReactor.cpp:
Fixed the unused variable warning and ACE_Select_Reactor_Token
- undeclared error.
+ undeclared error.
Fri Mar 24 10:30:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index d4ac1099db3..3d12365f3d8 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Tue Mar 28 11:56:56 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Dirent.h"
+ * ace/Dirent.cpp: The meaning of __ACE_INLINE__ is just the
+ opposite of ACE_LACKS_INLINE_FUNCTIONS (my fault.) Rearrange
+ the logic for checking __ACE_INLINE__ and include "ace/Dirent.h"
+ in Dirent.cpp.
+
Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* Dirent.cpp,
@@ -10,23 +18,23 @@ Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
FindFirstFile and FindNextFile provide similar behavior. This change
added an emulation of dirent based on these functions. Changes were
made to ACE_OS::opendir, ACE_OS::readdir, and ACE_OS::closedir.
-
+
* ace/config-win32-common.h: Added the defines ACE_HAS_DIRENT,
ACE_LACKS_TELLDIR, ACE_LACKS_SEEKDIR, ACE_LACKS_REWINDDIR and
ACE_LACKS_READDIR_R.
This was necessary to enable the above mentioned <dirent> emulation.
-
+
Mon Mar 27 17:27:40 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp:
+ * TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp:
Fixed the ACE_Null_Mutex mispelt error. Thanks to Thomas Groth
<groth.th@t-online.de> for pointing this out.
Mon Mar 27 16:58:03 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * ace/TkReactor.cpp:
+ * ace/TkReactor.cpp:
Fixed the unused variable warning and ACE_Select_Reactor_Token
- undeclared error.
+ undeclared error.
Fri Mar 24 10:30:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d4ac1099db3..3d12365f3d8 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Tue Mar 28 11:56:56 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Dirent.h"
+ * ace/Dirent.cpp: The meaning of __ACE_INLINE__ is just the
+ opposite of ACE_LACKS_INLINE_FUNCTIONS (my fault.) Rearrange
+ the logic for checking __ACE_INLINE__ and include "ace/Dirent.h"
+ in Dirent.cpp.
+
Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* Dirent.cpp,
@@ -10,23 +18,23 @@ Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
FindFirstFile and FindNextFile provide similar behavior. This change
added an emulation of dirent based on these functions. Changes were
made to ACE_OS::opendir, ACE_OS::readdir, and ACE_OS::closedir.
-
+
* ace/config-win32-common.h: Added the defines ACE_HAS_DIRENT,
ACE_LACKS_TELLDIR, ACE_LACKS_SEEKDIR, ACE_LACKS_REWINDDIR and
ACE_LACKS_READDIR_R.
This was necessary to enable the above mentioned <dirent> emulation.
-
+
Mon Mar 27 17:27:40 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp:
+ * TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp:
Fixed the ACE_Null_Mutex mispelt error. Thanks to Thomas Groth
<groth.th@t-online.de> for pointing this out.
Mon Mar 27 16:58:03 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * ace/TkReactor.cpp:
+ * ace/TkReactor.cpp:
Fixed the unused variable warning and ACE_Select_Reactor_Token
- undeclared error.
+ undeclared error.
Fri Mar 24 10:30:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ace/Dirent.cpp b/ace/Dirent.cpp
index 81108c90777..7e00f629222 100644
--- a/ace/Dirent.cpp
+++ b/ace/Dirent.cpp
@@ -1,7 +1,9 @@
// $Id$
#define ACE_BUILD_DLL
-#if defined (__ACE_INLINE__)
+#include "ace/Dirent.h"
+
+#if !defined (__ACE_INLINE__)
#include "ace/Dirent.i"
#else
#if defined (__hpux) && !defined (__GNUG__)
diff --git a/ace/Dirent.h b/ace/Dirent.h
index 211cfa36c83..a48ada32292 100644
--- a/ace/Dirent.h
+++ b/ace/Dirent.h
@@ -101,7 +101,7 @@ private:
// Pointer to the directory stream.
};
-#if !defined (__ACE_INLINE__)
+#if defined (__ACE_INLINE__)
#include "ace/Dirent.i"
#endif /* __ACE_INLINE__ */