summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-30 00:49:21 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-30 00:49:21 +0000
commitba5270bd0032814042fa18d27208b3cb5d410eec (patch)
treecc5226d2fdb758edfc20e8af878b52e7d11324a4
parent98ab07fec6795c6834e76f2edc4072c25d1ee203 (diff)
downloadATCD-ba5270bd0032814042fa18d27208b3cb5d410eec.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b11
-rw-r--r--TAO/ChangeLog-99c15
2 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 3e021469b33..2aaaf68cdb5 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,14 @@
+Thu Jul 29 19:04:12 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/Atomic_Op.i:
+ * ace/Filecache.cpp:
+
+ Replaced raw ACE_*_Guards with their corresponding
+ ACE_GUARD_RETURN macros. This corrects "unused variable"
+ warnings when building ACE without thread support. See David's
+ ChangeLog entry from Fri May 14 16:10:29 1999 for a better
+ description of why this was necessary.
+
Thu Jul 29 18:29:46 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* bin/run_all_list.pm: Moved the RUN_LIST definition from
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 7816d1ba549..10a3719c5af 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Thu Jul 29 19:11:27 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * tao/Object_Adapter.cpp (create_lock):
+
+ Fixed unused argument warnings in single-threaded build.
+
+Thu Jul 29 17:22:53 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * tao/ORB.{h,cpp}:
+
+ Moved CORBA_ORB::perform_work() and CORBA_ORB::work_pending()
+ outside of the !TAO_HAS_MINIMUM_CORBA code block. This change
+ is similar to the change we made for shutdown because we (Irfan)
+ feel these methods are too important.
+
Thu Jul 29 19:14:07 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO/tao/Stub.cpp: