summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-06 04:39:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-06 04:39:57 +0000
commitcac973e5453d777eb6a5e602c1372a8610ba9e4e (patch)
treef8cd2d9a90789135024b45e131273188fdca3cd2
parent811de52430f03e9cbb7595fd675e9f35ac302794 (diff)
downloadATCD-cac973e5453d777eb6a5e602c1372a8610ba9e4e.tar.gz
ChangeLogTag:Wed Jan 5 10:09:35 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/Dirent.h2
4 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 018817a7b17..3f8b5ffe2eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
Wed Jan 5 10:09:35 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * ace/Dirent.h: Added an ACE_Export on the ACE_Dirent class. I'm
+ surprised this hasn't been a problem before... Thanks to
+ Dominic Williams <dom@connected-place.co.uk> for indirectly
+ motivating this change.
+
* ace/SString.h: Updated the documentation for the various string
wrapper facades to clarify that they don't perform any locking.
Thanks to Jerry Jiang <javalist@21cn.com> for motivating this.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 018817a7b17..3f8b5ffe2eb 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,5 +1,10 @@
Wed Jan 5 10:09:35 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * ace/Dirent.h: Added an ACE_Export on the ACE_Dirent class. I'm
+ surprised this hasn't been a problem before... Thanks to
+ Dominic Williams <dom@connected-place.co.uk> for indirectly
+ motivating this change.
+
* ace/SString.h: Updated the documentation for the various string
wrapper facades to clarify that they don't perform any locking.
Thanks to Jerry Jiang <javalist@21cn.com> for motivating this.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 018817a7b17..3f8b5ffe2eb 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,5 +1,10 @@
Wed Jan 5 10:09:35 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * ace/Dirent.h: Added an ACE_Export on the ACE_Dirent class. I'm
+ surprised this hasn't been a problem before... Thanks to
+ Dominic Williams <dom@connected-place.co.uk> for indirectly
+ motivating this change.
+
* ace/SString.h: Updated the documentation for the various string
wrapper facades to clarify that they don't perform any locking.
Thanks to Jerry Jiang <javalist@21cn.com> for motivating this.
diff --git a/ace/Dirent.h b/ace/Dirent.h
index 5f7ad9ad7e1..6a4c438779e 100644
--- a/ace/Dirent.h
+++ b/ace/Dirent.h
@@ -26,7 +26,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-class ACE_Dirent
+class ACE_Export ACE_Dirent
{
// = TITLE
// Define a portable UNIX directory-entry iterator.