diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-01-18 16:05:32 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-01-18 16:05:32 +0100 |
commit | c9fcc690d90fd294145b8e3eab876b2e92edf237 (patch) | |
tree | f178ad28a951a0080f088aa96c80ffb5628b8e42 /java/src/IceInternal/PropertyNames.java | |
parent | Fixed IceGrid compilation with G++ 4.6 (diff) | |
download | ice-c9fcc690d90fd294145b8e3eab876b2e92edf237.tar.bz2 ice-c9fcc690d90fd294145b8e3eab876b2e92edf237.tar.xz ice-c9fcc690d90fd294145b8e3eab876b2e92edf237.zip |
Changed Ice.UseServantClassLoader to Ice.UseApplicationClassLoader
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 00836e59a4c..30d8bc6b11c 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, Tue Nov 20 23:07:17 2012 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jan 18 14:06:41 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -142,6 +142,7 @@ public final class PropertyNames new Property("Ice\\.TCP\\.Backlog", false, null), new Property("Ice\\.TCP\\.RcvSize", false, null), new Property("Ice\\.TCP\\.SndSize", false, null), + new Property("Ice\\.UseUserClassLoader", false, null), new Property("Ice\\.UseSyslog", false, null), new Property("Ice\\.Warn\\.AMICallback", false, null), new Property("Ice\\.Warn\\.Connections", false, null), |