diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-12 11:47:54 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-12 11:47:54 +0000 |
commit | 9d0f6a3cde3fadb3474b36fd69067fdf20605533 (patch) | |
tree | a8cea6a97388f999c213f5f732dd93324e0259a3 /ChangeLog-96b | |
parent | 75345c7af0da6cb17a5641ce9d0f88b20f3b2e1d (diff) | |
download | ATCD-9d0f6a3cde3fadb3474b36fd69067fdf20605533.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 9402d89e58f..7d0cbf5bb11 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,3 +1,18 @@ +Thu Dec 12 03:48:26 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu> + + * ace/Naming_Context: Modified ACE_Naming such that on Win32, you + can use ACE_Registry_Name_Space. + + * ace/Registry_Name_Space: ACE_Registry_Name_Space is a Name_Space + which uses ACE_Registry as the persistence mechanism. Win32 + clients of ACE_Naming can now start using (the more robust and + reliable) Registry persistence without any major code changes. + + * tests/Naming_Test.cpp: Added the use of Registry_Name_Space to + the test if we are on Win32 and UNICODE is turned on. + + * examples/Registry: Fixed UNICODE behavior of the tests + Wed Dec 11 20:33:28 1996 Douglas C. Schmidt <schmidt@lindy.cs.wustl.edu> * ace/Synch_T.h: Added a warning that indicates why it isn't |