summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-26 16:19:35 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-26 16:19:35 +0000
commitf6d0de0cc7f41d269356a98b55553233d0db8cb8 (patch)
tree7e59954ea520913d30fd0202f231834ceb2744ee
parent1ac90840d8c04d4b9eb8ed3a9a904338f059be85 (diff)
downloadATCD-f6d0de0cc7f41d269356a98b55553233d0db8cb8.tar.gz
ChangeLogTag:Fri May 26 09:16:21 2000 Darrell Brunsch <brunsch@uci.edu>
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLogs/ChangeLog-02a15
-rw-r--r--ChangeLogs/ChangeLog-03a15
-rw-r--r--ace/OS_Dirent.cpp4
4 files changed, 47 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c4ba3bec835..3df4eca6045 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Fri May 26 09:16:21 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/OS_Dirent.cpp:
+
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+
Thu May 25 20:23:45 2000 Darrell Brunsch <brunsch@uci.edu>
* bin/Process_Win32.pm:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index c4ba3bec835..3df4eca6045 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Fri May 26 09:16:21 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/OS_Dirent.cpp:
+
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+
Thu May 25 20:23:45 2000 Darrell Brunsch <brunsch@uci.edu>
* bin/Process_Win32.pm:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c4ba3bec835..3df4eca6045 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,18 @@
+Fri May 26 09:16:21 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/OS_Dirent.cpp:
+
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+ I shall not put ACE_INLINE's in a .cpp file.
+
Thu May 25 20:23:45 2000 Darrell Brunsch <brunsch@uci.edu>
* bin/Process_Win32.pm:
diff --git a/ace/OS_Dirent.cpp b/ace/OS_Dirent.cpp
index 7964d073bbb..8ba0637a175 100644
--- a/ace/OS_Dirent.cpp
+++ b/ace/OS_Dirent.cpp
@@ -27,7 +27,7 @@ ACE_OS_Dirent::opendir (const ACE_TCHAR *filename)
return dir;
}
-ACE_INLINE void
+void
ACE_OS_Dirent::closedir (DIR *d)
{
if (d->current_handle_ != INVALID_HANDLE_VALUE)
@@ -37,7 +37,7 @@ ACE_OS_Dirent::closedir (DIR *d)
d->started_reading_ = 0;
}
-ACE_INLINE struct dirent *
+struct dirent *
ACE_OS_Dirent::readdir (DIR *d)
{
if (!d->started_reading_)