diff options
author | Michi Henning <michi@zeroc.com> | 2006-09-20 02:34:40 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-09-20 02:34:40 +0000 |
commit | a1dccff3bf4908b0ae30368e2544956d63cd66da (patch) | |
tree | 00de6d87bd608295c1e8a802e6b21e7ae1809a2d /cpp | |
parent | Added Communicator::initialize() that accepts a StringSeq. (diff) | |
download | ice-a1dccff3bf4908b0ae30368e2544956d63cd66da.tar.bz2 ice-a1dccff3bf4908b0ae30368e2544956d63cd66da.tar.xz ice-a1dccff3bf4908b0ae30368e2544956d63cd66da.zip |
New Ice::initialize() overload for StringSeq.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 42d01cc4778..36e20f4bf78 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -3,6 +3,8 @@ NOTE: Please keep changes in the appropriate section for HEAD or 3.1. Changes since version 3.1.1 (HEAD) --------------------------- +- Added new overload of Ice::initialize() that accepts a StringSeq as the first argument. + - Added per-subscriber publisher objects to IceStorm. IceStorm::Topic::subscribe now return a proxy which is used to send an event to only that particular subscriber. See |