diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-10-20 06:50:45 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-10-20 06:50:45 +0000 |
commit | 1db33afac0e49af1f2b0af7b8014e9edf00e7a9c (patch) | |
tree | e25559a3517bc92ea888d73e601a6b056d1b00ee /cpp/src | |
parent | http://wiki.zeroc.com/bugzilla/show_bug.cgi?id=528 (diff) | |
download | ice-1db33afac0e49af1f2b0af7b8014e9edf00e7a9c.tar.bz2 ice-1db33afac0e49af1f2b0af7b8014e9edf00e7a9c.tar.xz ice-1db33afac0e49af1f2b0af7b8014e9edf00e7a9c.zip |
added missing property IceStorm.TopicManager.AdapterId.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 589c5ceb4bd..5c78672ea90 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../../config/PropertyNames.def', Mon Oct 17 10:26:46 2005 +// Generated by makeprops.py from file `/Users/matthew/zeroc/ice/config/PropertyNames.def', Thu Oct 20 15:43:40 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -254,6 +254,7 @@ const char* IceInternal::PropertyNames::IceStormProps[] = "IceStorm.Publish.ThreadPool.SizeMax", "IceStorm.Publish.ThreadPool.SizeWarn", "IceStorm.Publish.ThreadPool.StackSize", + "IceStorm.TopicManager.AdapterId", "IceStorm.TopicManager.ReplicaGroupId", "IceStorm.TopicManager.Endpoints", "IceStorm.TopicManager.Proxy", diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 8ad8aa23afb..97ffca1c578 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../../config/PropertyNames.def', Mon Oct 17 10:26:46 2005 +// Generated by makeprops.py from file `/Users/matthew/zeroc/ice/config/PropertyNames.def', Thu Oct 20 15:43:40 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |