summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-04 21:17:46 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-04 21:17:46 +0000
commitd6c91ece539631ca64045a98adeb4eac524cfcca (patch)
treef63c7c52a1b69c91873cf51ef7ac10b167510f5c
parentada0493a6be34c030f33d4cc2c13bbe91eea9d18 (diff)
downloadATCD-d6c91ece539631ca64045a98adeb4eac524cfcca.tar.gz
ChangeLogTag:Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
-rw-r--r--ChangeLog21
-rw-r--r--ChangeLogs/ChangeLog-02a21
-rw-r--r--ChangeLogs/ChangeLog-03a21
3 files changed, 63 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c5a2ba03dc..73db4f0bb53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/config-all.h:
+ * ace/config-win32-common.h:
+
+ Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
+ ACE_IMPORT_SINGLETON_DECLARE. They do the same thing as the
+ *_DECLARATION macros except they do not take arguments.
+
+ So instead of
+ ACE_EXPORT_SINGLETON_DECLARATION (foo);
+ you use
+ ACE_EXPORT_SINGLETON_DECLARE foo;
+
+ This was needed since foo may be a template, and if so, the
+ comma that can be between multiple arguments causes problems.
+
+ * bin/generate_export_file.pl:
+
+ Now creates the above DECLARE macros in addition to the rest.
+
Thu May 4 14:47:09 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* include/makeinclude/platform_freebsd.GNU: Defined BIN_TRUE as
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 8c5a2ba03dc..73db4f0bb53 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,24 @@
+Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/config-all.h:
+ * ace/config-win32-common.h:
+
+ Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
+ ACE_IMPORT_SINGLETON_DECLARE. They do the same thing as the
+ *_DECLARATION macros except they do not take arguments.
+
+ So instead of
+ ACE_EXPORT_SINGLETON_DECLARATION (foo);
+ you use
+ ACE_EXPORT_SINGLETON_DECLARE foo;
+
+ This was needed since foo may be a template, and if so, the
+ comma that can be between multiple arguments causes problems.
+
+ * bin/generate_export_file.pl:
+
+ Now creates the above DECLARE macros in addition to the rest.
+
Thu May 4 14:47:09 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* include/makeinclude/platform_freebsd.GNU: Defined BIN_TRUE as
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 8c5a2ba03dc..73db4f0bb53 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,24 @@
+Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/config-all.h:
+ * ace/config-win32-common.h:
+
+ Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
+ ACE_IMPORT_SINGLETON_DECLARE. They do the same thing as the
+ *_DECLARATION macros except they do not take arguments.
+
+ So instead of
+ ACE_EXPORT_SINGLETON_DECLARATION (foo);
+ you use
+ ACE_EXPORT_SINGLETON_DECLARE foo;
+
+ This was needed since foo may be a template, and if so, the
+ comma that can be between multiple arguments causes problems.
+
+ * bin/generate_export_file.pl:
+
+ Now creates the above DECLARE macros in addition to the rest.
+
Thu May 4 14:47:09 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* include/makeinclude/platform_freebsd.GNU: Defined BIN_TRUE as