diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-07 12:22:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-07 12:22:31 +0000 |
commit | d8bb7a2fbbf737c1a3f5e9cd84233e203ece8847 (patch) | |
tree | 13849fdb744c61163e7aa620a1d05598064c3b11 | |
parent | 0c7dfc657f61b5807f6abc0f50616a5be9fe5a3f (diff) | |
download | ATCD-d8bb7a2fbbf737c1a3f5e9cd84233e203ece8847.tar.gz |
ChangeLogTag:Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 25 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 25 | ||||
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 26 |
4 files changed, 26 insertions, 75 deletions
diff --git a/ChangeLog b/ChangeLog index 17729ca299e..fdcec06a36f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,28 +1,3 @@ -Thu Jul 6 21:42:00 2000 Bruce Trask <brucetrask@aol.com> - - * tao/GIOP_Message_Acceptors.cpp: - Removed CORBA::Boolean sync_with_server and - CORBA::Boolean location_forward from TAO_GIOP_Message_Acceptors:: - process_client_request()as they are no longer used there. - Removed transport parameter in call to - orb_core->object_adapter ()->dispatch_servant(...) - - * tao/GIOP_Message_Lite.cpp: - Removed CORBA::Boolean sync_with_server and - CORBA::Boolean location_forward from TAO_GIOP_Message_Lite:: - process_client_request()as they are no longer used there. - Removed transport parameter in call to - orb_core->object_adapter ()->dispatch_servant(...) - - * tao/Servant_Base.cpp: - Added an ACE_TRY_CHECK to TAO_ServantBase::synchronous_upcall_dispatch - to get rid of a compiler warning. Did the same in - TAO_DynamicImplementation::_dispatch function. - - * tao/Object_Adapter.cpp,.h: - Remove transport from the paramter list of TAO_Object_Adapter::dispatch_servant - as it is no longer used in the function. - Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/ACE.cpp: Fixed the timestamp() call so that it returns a string with diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 17729ca299e..fdcec06a36f 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,28 +1,3 @@ -Thu Jul 6 21:42:00 2000 Bruce Trask <brucetrask@aol.com> - - * tao/GIOP_Message_Acceptors.cpp: - Removed CORBA::Boolean sync_with_server and - CORBA::Boolean location_forward from TAO_GIOP_Message_Acceptors:: - process_client_request()as they are no longer used there. - Removed transport parameter in call to - orb_core->object_adapter ()->dispatch_servant(...) - - * tao/GIOP_Message_Lite.cpp: - Removed CORBA::Boolean sync_with_server and - CORBA::Boolean location_forward from TAO_GIOP_Message_Lite:: - process_client_request()as they are no longer used there. - Removed transport parameter in call to - orb_core->object_adapter ()->dispatch_servant(...) - - * tao/Servant_Base.cpp: - Added an ACE_TRY_CHECK to TAO_ServantBase::synchronous_upcall_dispatch - to get rid of a compiler warning. Did the same in - TAO_DynamicImplementation::_dispatch function. - - * tao/Object_Adapter.cpp,.h: - Remove transport from the paramter list of TAO_Object_Adapter::dispatch_servant - as it is no longer used in the function. - Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/ACE.cpp: Fixed the timestamp() call so that it returns a string with diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 17729ca299e..fdcec06a36f 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,28 +1,3 @@ -Thu Jul 6 21:42:00 2000 Bruce Trask <brucetrask@aol.com> - - * tao/GIOP_Message_Acceptors.cpp: - Removed CORBA::Boolean sync_with_server and - CORBA::Boolean location_forward from TAO_GIOP_Message_Acceptors:: - process_client_request()as they are no longer used there. - Removed transport parameter in call to - orb_core->object_adapter ()->dispatch_servant(...) - - * tao/GIOP_Message_Lite.cpp: - Removed CORBA::Boolean sync_with_server and - CORBA::Boolean location_forward from TAO_GIOP_Message_Lite:: - process_client_request()as they are no longer used there. - Removed transport parameter in call to - orb_core->object_adapter ()->dispatch_servant(...) - - * tao/Servant_Base.cpp: - Added an ACE_TRY_CHECK to TAO_ServantBase::synchronous_upcall_dispatch - to get rid of a compiler warning. Did the same in - TAO_DynamicImplementation::_dispatch function. - - * tao/Object_Adapter.cpp,.h: - Remove transport from the paramter list of TAO_Object_Adapter::dispatch_servant - as it is no longer used in the function. - Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/ACE.cpp: Fixed the timestamp() call so that it returns a string with diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 04c176ef4c7..68bf0db38d3 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,4 +1,30 @@ +Thu Jul 6 21:42:00 2000 Bruce Trask <brucetrask@aol.com> + + * tao/GIOP_Message_Acceptors.cpp: + Removed CORBA::Boolean sync_with_server and + CORBA::Boolean location_forward from TAO_GIOP_Message_Acceptors:: + process_client_request()as they are no longer used there. + Removed transport parameter in call to + orb_core->object_adapter ()->dispatch_servant(...) + + * tao/GIOP_Message_Lite.cpp: + Removed CORBA::Boolean sync_with_server and + CORBA::Boolean location_forward from TAO_GIOP_Message_Lite:: + process_client_request()as they are no longer used there. + Removed transport parameter in call to + orb_core->object_adapter ()->dispatch_servant(...) + + * tao/Servant_Base.cpp: + Added an ACE_TRY_CHECK to TAO_ServantBase::synchronous_upcall_dispatch + to get rid of a compiler warning. Did the same in + TAO_DynamicImplementation::_dispatch function. + + * tao/Object_Adapter.cpp,.h: + Remove transport from the paramter list of TAO_Object_Adapter::dispatch_servant + as it is no longer used in the function. + Thu Jul 7 08:09:00 2000 Bruce Trask <brucetrask@aol.com> + * tao/Object_Adapter.h Changed the signature of dispatch_servant to remove the transport parameter |