summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-01-12 04:57:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-01-12 04:57:11 +0000
commit0c662d2f406bef621f9212920e4a217ad1a4a1ee (patch)
treeb65f1386f6f8e83bac8616a7968342070d584cab
parent2c83425d9518ceb46920a564cfddc4983066be1e (diff)
downloadATCD-0c662d2f406bef621f9212920e4a217ad1a4a1ee.tar.gz
ChangeLogTag: Fri Jan 11 22:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--ace/config-lynxos.h5
4 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf216ea921c..30b347c6c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jan 11 22:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/config-lynxos.h: Added #define ACE_HAS_USING_KEYWORD to teh
+ file. The compiler supports namespaces. According to the new
+ rules at the doc_group, we dont use any compilers that dont
+ support namespaces. The above macro is itself a waste. But we
+ cannot remove it overnight as it has far reaching
+ consequences. Working around that for the timebeing.
+
Thu Jan 10 18:35:41 2002 Steve Huston <shuston@riverace.com>
* ace/Profile_Timer.h: Clarified that elapsed_time() calculates time
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index bf216ea921c..30b347c6c80 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Fri Jan 11 22:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/config-lynxos.h: Added #define ACE_HAS_USING_KEYWORD to teh
+ file. The compiler supports namespaces. According to the new
+ rules at the doc_group, we dont use any compilers that dont
+ support namespaces. The above macro is itself a waste. But we
+ cannot remove it overnight as it has far reaching
+ consequences. Working around that for the timebeing.
+
Thu Jan 10 18:35:41 2002 Steve Huston <shuston@riverace.com>
* ace/Profile_Timer.h: Clarified that elapsed_time() calculates time
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index bf216ea921c..30b347c6c80 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Fri Jan 11 22:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/config-lynxos.h: Added #define ACE_HAS_USING_KEYWORD to teh
+ file. The compiler supports namespaces. According to the new
+ rules at the doc_group, we dont use any compilers that dont
+ support namespaces. The above macro is itself a waste. But we
+ cannot remove it overnight as it has far reaching
+ consequences. Working around that for the timebeing.
+
Thu Jan 10 18:35:41 2002 Steve Huston <shuston@riverace.com>
* ace/Profile_Timer.h: Clarified that elapsed_time() calculates time
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index e3282a40d59..6a72556ff5b 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -165,6 +165,11 @@
# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
+// Looks like the modern compilers have support for namespaces. Or
+// rather we dont support any compiler without this support. Need to
+// get this macro off of ACE.
+#define ACE_HAS_USING_KEYWORD
+
// By default, don't include RCS Id strings in object code.
#if !defined (ACE_USE_RCSID)
# define ACE_USE_RCSID 0