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 /cpp/src/Ice/PropertyNames.cpp | |
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 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 40c25e8807e..2bc22807c11 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -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! @@ -110,6 +110,8 @@ const IceInternal::Property IcePropsData[] = IceInternal::Property("Ice.ProgramName", false, 0), IceInternal::Property("Ice.RetryIntervals", false, 0), IceInternal::Property("Ice.ServerIdleTime", false, 0), + IceInternal::Property("Ice.SOCKSProxyHost", false, 0), + IceInternal::Property("Ice.SOCKSProxyPort", false, 0), IceInternal::Property("Ice.StdErr", false, 0), IceInternal::Property("Ice.StdOut", false, 0), IceInternal::Property("Ice.SyslogFacility", false, 0), |