diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-05-08 18:14:39 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-05-08 18:14:39 -0700 |
commit | 7774bb92669779fd165a0510a360fdaecd69f0c3 (patch) | |
tree | 8ea8bba6cac4128cd3e511ff21534db130ff8e49 /java/src/IceInternal/PropertyNames.java | |
parent | Fixed ICE-4709, batch requests and UnmarshalOutOfBoundsException (diff) | |
download | ice-7774bb92669779fd165a0510a360fdaecd69f0c3.tar.bz2 ice-7774bb92669779fd165a0510a360fdaecd69f0c3.tar.xz ice-7774bb92669779fd165a0510a360fdaecd69f0c3.zip |
* C++ implementation for compact/sliced formats
* C++ implementation for "preserve-slice" metadata
* C++ tests for compact/sliced/preserved types
* Updated stream API
* Python changes for stream API
* Python tests for compact/sliced formats
* Added Ice.Default.SlicedFormat property
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 3d81452ba2d..0a692ecd46c 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Apr 26 11:33:35 2012 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Mon Apr 30 16:36:44 2012 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -93,6 +93,7 @@ public final class PropertyNames new Property("Ice\\.Default\\.Router\\.CollocationOptimization", true, "Ice.Default.Router.CollocationOptimized"), new Property("Ice\\.Default\\.Router\\.CollocationOptimized", false, null), new Property("Ice\\.Default\\.Router", false, null), + new Property("Ice\\.Default\\.SlicedFormat", false, null), new Property("Ice\\.IPv4", false, null), new Property("Ice\\.IPv6", false, null), new Property("Ice\\.EventLog\\.Source", false, null), @@ -537,6 +538,7 @@ public final class PropertyNames new Property("IceGrid\\.Registry\\.Trace\\.TopicManager", false, null), new Property("IceGrid\\.Registry\\.UserAccounts", false, null), new Property("IceGrid\\.SQL\\.DatabaseType", false, null), + new Property("IceGrid\\.SQL\\.EncodingVersion", false, null), new Property("IceGrid\\.SQL\\.HostName", false, null), new Property("IceGrid\\.SQL\\.Port", false, null), new Property("IceGrid\\.SQL\\.DatabaseName", false, null), |