diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-03-19 10:49:01 -0300 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-03-19 10:49:01 -0300 |
commit | e46eb6daa7acdb19f1b334a403a391cbc12b417c (patch) | |
tree | b1a8a1a6608eaf53adbf9a7aa327990fb7281b62 /java/src/IceInternal/PropertyNames.java | |
parent | Remove extra IF in vsaddin (diff) | |
download | ice-e46eb6daa7acdb19f1b334a403a391cbc12b417c.tar.bz2 ice-e46eb6daa7acdb19f1b334a403a391cbc12b417c.tar.xz ice-e46eb6daa7acdb19f1b334a403a391cbc12b417c.zip |
Added Ice for C# support for SOCKS proxies
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 550f900b28b..5d6d767cfd0 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 Feb 7 14:51:12 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Tue Mar 19 08:07:05 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -112,6 +112,8 @@ public final class PropertyNames new Property("Ice\\.ProgramName", false, null), new Property("Ice\\.RetryIntervals", false, null), new Property("Ice\\.ServerIdleTime", false, null), + new Property("Ice\\.SOCKSProxyHost", false, null), + new Property("Ice\\.SOCKSProxyPort", false, null), new Property("Ice\\.StdErr", false, null), new Property("Ice\\.StdOut", false, null), new Property("Ice\\.SyslogFacility", false, null), |