summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 18:45:32 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 18:45:32 +0000
commit82787c3344fa128bfde008a0db77780fe9a64f5d (patch)
treefc6292af2c8befc871188060e3bea4cbe860c558
parent6e582d44ce78ff10650167709bedbdb9d562b1ff (diff)
downloadATCD-82787c3344fa128bfde008a0db77780fe9a64f5d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index db2ec9b8b23..e0e4ea4e375 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,14 +1,22 @@
+Wed Apr 07 13:14:34 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Service_Object.{h,i} (fini_called): Accessor to the
+ underlying fini_already_called_ flag.
+
+ * ace/Service_Repository.cpp (find_i): Disallowed returning a
+ service which fini() has been called upon.
+
Wed Apr 7 13:36:44 1999 Jeff Parsons <parsons@cs.wustl.edu>
* ace/Basic_Types.h:
Added a signed companion to David's
ACE_UINT64_LITERAL, to avoid MSVC warnings. If
- the platform has no 8-byte integer, this is
+ the platform has no 8-byte integer, this is
useless, but we must keep all compilers happy.
Wed Apr 7 11:30:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * bin/auto_compile:
+ * bin/auto_compile:
Added more tests to the script.
Wed Apr 07 09:54:28 1999 David L. Levine <levine@cs.wustl.edu>