From abada90e3f84dc703b8ddc9efcbed8a946fadead Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 1 Feb 2007 17:09:49 +0000 Subject: Expanded tabs into spaces --- cpp/src/Ice/DefaultsAndOverrides.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'cpp/src/Ice/DefaultsAndOverrides.cpp') diff --git a/cpp/src/Ice/DefaultsAndOverrides.cpp b/cpp/src/Ice/DefaultsAndOverrides.cpp index 04f5508d903..64bcd99b63b 100644 --- a/cpp/src/Ice/DefaultsAndOverrides.cpp +++ b/cpp/src/Ice/DefaultsAndOverrides.cpp @@ -38,33 +38,33 @@ IceInternal::DefaultsAndOverrides::DefaultsAndOverrides(const PropertiesPtr& pro value = properties->getProperty("Ice.Override.Timeout"); if(!value.empty()) { - const_cast(overrideTimeout) = true; - const_cast(overrideTimeoutValue) = properties->getPropertyAsInt("Ice.Override.Timeout"); + const_cast(overrideTimeout) = true; + const_cast(overrideTimeoutValue) = properties->getPropertyAsInt("Ice.Override.Timeout"); } value = properties->getProperty("Ice.Override.ConnectTimeout"); if(!value.empty()) { - const_cast(overrideConnectTimeout) = true; - const_cast(overrideConnectTimeoutValue) = properties->getPropertyAsInt("Ice.Override.ConnectTimeout"); + const_cast(overrideConnectTimeout) = true; + const_cast(overrideConnectTimeoutValue) = properties->getPropertyAsInt("Ice.Override.ConnectTimeout"); } value = properties->getProperty("Ice.Override.Compress"); if(!value.empty()) { - const_cast(overrideCompress) = true; - const_cast(overrideCompressValue) = properties->getPropertyAsInt("Ice.Override.Compress"); + const_cast(overrideCompress) = true; + const_cast(overrideCompressValue) = properties->getPropertyAsInt("Ice.Override.Compress"); } value = properties->getProperty("Ice.Override.Secure"); if(!value.empty()) { - const_cast(overrideSecure) = true; - const_cast(overrideSecureValue) = properties->getPropertyAsInt("Ice.Override.Secure"); + const_cast(overrideSecure) = true; + const_cast(overrideSecureValue) = properties->getPropertyAsInt("Ice.Override.Secure"); } const_cast(defaultCollocationOptimization) = - properties->getPropertyAsIntWithDefault("Ice.Default.CollocationOptimization", 1) > 0; + properties->getPropertyAsIntWithDefault("Ice.Default.CollocationOptimization", 1) > 0; value = properties->getPropertyWithDefault("Ice.Default.EndpointSelection", "Random"); if(value == "Random") @@ -83,8 +83,8 @@ IceInternal::DefaultsAndOverrides::DefaultsAndOverrides(const PropertiesPtr& pro } const_cast(defaultLocatorCacheTimeout) = - properties->getPropertyAsIntWithDefault("Ice.Default.LocatorCacheTimeout", -1); + properties->getPropertyAsIntWithDefault("Ice.Default.LocatorCacheTimeout", -1); const_cast(defaultPreferSecure) = - properties->getPropertyAsIntWithDefault("Ice.Default.PreferSecure", 0) > 0; + properties->getPropertyAsIntWithDefault("Ice.Default.PreferSecure", 0) > 0; } -- cgit v1.2.3