diff options
author | Marc Laukien <marc@zeroc.com> | 2003-11-22 13:15:01 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-11-22 13:15:01 +0000 |
commit | c74eb088ca6fa8706a7a34cf305b89d852bef736 (patch) | |
tree | 3a0ae5334424611f8295661a672219f6213441aa /cpp/src/Ice/PropertiesI.cpp | |
parent | - Bug fix for class transforms. Only the transform for the formal type was (diff) | |
download | ice-c74eb088ca6fa8706a7a34cf305b89d852bef736.tar.bz2 ice-c74eb088ca6fa8706a7a34cf305b89d852bef736.tar.xz ice-c74eb088ca6fa8706a7a34cf305b89d852bef736.zip |
added Ice.Override.ConnectTimeout
Diffstat (limited to 'cpp/src/Ice/PropertiesI.cpp')
-rw-r--r-- | cpp/src/Ice/PropertiesI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp index b00df4b708e..222e889059f 100644 --- a/cpp/src/Ice/PropertiesI.cpp +++ b/cpp/src/Ice/PropertiesI.cpp @@ -119,6 +119,7 @@ static const string iceProps[] = "Nohup", "NullHandleAbort", "Override.Compress", + "Override.ConnectTimeout", "Override.Timeout", "Plugin.*", "PrintAdapterReady", |