From 56741ee0d5d947e4879528fb5dadf467666e9f9f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 18 Oct 2004 13:33:57 +0000 Subject: INTEGRATION: CWS onewaydefault (1.4.40); FILE MERGED 2004/10/04 15:39:20 kso 1.4.40.1: #i34862# - Oneway is now turned off by default. --- bridges/source/remote/urp/urp_property.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bridges/source') diff --git a/bridges/source/remote/urp/urp_property.hxx b/bridges/source/remote/urp/urp_property.hxx index 2a2c8e2789d5..df45ba6be16a 100644 --- a/bridges/source/remote/urp/urp_property.hxx +++ b/bridges/source/remote/urp/urp_property.hxx @@ -2,9 +2,9 @@ * * $RCSfile: urp_property.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 13:46:04 $ + * last change: $Author: obo $ $Date: 2004-10-18 14:33:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,7 +104,7 @@ namespace bridges_urp , bSupportsMultipleSynchronous( sal_False ) , bClearCache( sal_False ) , bNegotiate( sal_True ) - , bForceSynchronous( sal_False ) + , bForceSynchronous( sal_True ) {} inline Properties & SAL_CALL operator = ( const Properties &props ) -- cgit