diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2013-12-13 15:18:38 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2013-12-13 15:18:38 +0000 |
commit | bac5c709697fdf4dbf29b300d8d3212a7399d063 (patch) | |
tree | 49209384bfbdf87a21b44cf6c75b445f7e1ace4d /TAO/NEWS | |
parent | 8b758d8048bd08bc2cabddf563e3035cbc3378f4 (diff) | |
download | ATCD-bac5c709697fdf4dbf29b300d8d3212a7399d063.tar.gz |
Fri Dec 13 14:59:29 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* NEWS:
* docs/Options.html:
Document new option. Also alphabetized the various factory options.
* orbsvcs/tests/ImplRepo/oneway/defsync.conf:
* tao/Client_Strategy_Factory.h:
* tao/ORB_Core.cpp:
* tao/Resource_Factory.h:
* tao/default_client.h:
* tao/default_client.cpp:
* tao/default_resource.h:
* tao/default_resource.cpp:
Moved the new DefSyncScope option from the resource factory to the client
strategy factory. It only affects client behavior so it makes more sense
to be a client strategy option.
Diffstat (limited to 'TAO/NEWS')
-rw-r--r-- | TAO/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ USER VISIBLE CHANGES BETWEEN TAO-2.2.3 and TAO-2.2.4 ==================================================== -. Added a new Resource Factory option, -ORBDefaultSyncScope which takes the - label "None", "Transport", "Server", or "Target" to define the sync scope - to be used when a Messaging SyncScopePolicy is not in use. +. Added a new Client Strategy Factory option, -ORBDefaultSyncScope which + takes the label "None", "Transport", "Server", or "Target" to define the + sync scope to be used when a Messaging SyncScopePolicy is not in use. USER VISIBLE CHANGES BETWEEN TAO-2.2.2 and TAO-2.2.3 ==================================================== |