summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-16 19:32:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-16 19:32:33 +0000
commita693fd8570f7658f0a49caefed1aefa87374db75 (patch)
treec1fdc2ebe8dadd6e9d61a5812d7f967b5a84689f
parente3136a2d22716204671687d8ee37a62e3cbd5c8c (diff)
downloadATCD-a693fd8570f7658f0a49caefed1aefa87374db75.tar.gz
ChangeLogTag:Thu Jan 16 13:25:10 2003 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog17
-rw-r--r--TAO/docs/rtcorba/features.html8
2 files changed, 15 insertions, 10 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 204cfbd726e..4d37d5a648c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,14 +1,19 @@
+Thu Jan 16 13:25:10 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * docs/rtcorba/features.html: Fixed obsolete references to the
+ location of various priority mapping source files.
+
Thu Jan 16 12:29:00 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* COPYING: Extended the validity of the copyright notice from 2002
- to 2003. Should have been done yesterday.., anyway, better late
+ to 2003. Should have been done yesterday.., anyway, better late
than never.
Thu Jan 16 10:52:07 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp:
* TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp:
-
+
In the generated TAO_*_Proxy_Factory_Adapter class,
changed signatures of register_proxy_factory() and
unregister_proxy_factory() to return void. Error
@@ -18,7 +23,7 @@ Thu Jan 16 10:52:07 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
methods that sets the return value to anything other
than 0. Although the methods are public, the class
itself has a protected constructor, and the methods
- are intended for TAO internal use only.
+ are intended for TAO internal use only.
This closes [BUGID:844].
Wed Jan 15 18:02:49 2003 Bala <bala@cs.wustl.edu>
@@ -32,7 +37,7 @@ Tue Jan 14 22:11:14 2003 Balachandran Natarajan <bala@isis-server.isis.vanderb
* tests/MProfile_Connection_Timeout/client.dsp:
* tests/MT_Timeout/MT_Timeout_Client.dsp:
* tests/MT_Timeout/MT_Timeout_Server.dsp: Fixed the release
- configurations.
+ configurations.
Tue Jan 14 20:46:40 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
@@ -47,7 +52,7 @@ Tue Jan 14 16:37:15 2003 Balachandran Natarajan <bala@isis-server.isis.vanderb
Tue Jan 14 16:37:44 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/tests/Security/Crash_Test/run_test.pl: The timeout was
- adjusted.
+ adjusted.
Tue Jan 14 15:10:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -64,7 +69,7 @@ Tue Jan 14 16:13:09 2003 Balachandran Natarajan <bala@isis-server.isis.vanderb
* orbsvcs/IFR_Service/Makefile.IFR_Service: Added a check for
TAO_IFRService library before going head to actually compile
- stuff.
+ stuff.
Tue Jan 14 07:05:21 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/docs/rtcorba/features.html b/TAO/docs/rtcorba/features.html
index 381c0bb2e66..399f9af8b88 100644
--- a/TAO/docs/rtcorba/features.html
+++ b/TAO/docs/rtcorba/features.html
@@ -48,7 +48,7 @@ Maps CORBA priorities directly to native priorities.</dd>
<dd>
Maps each individual native priority to a contiguous range of CORBA priorities,
so that the complete CORBA priority range is used up for the mapping. See
-<tt>$TAO_ROOT/tao/Strategies/Linear_Priority_Mapping.cpp
+<tt>$TAO_ROOT/tao/RTCORBA/Linear_Priority_Mapping.cpp
</tt>for
more details.</dd>
@@ -112,8 +112,8 @@ below demonstrate how to perform each of these tasks.</li>
<br><tt>TAO::PriorityMappingManager::_narrow (object.in ());</tt>
<p>Overriding priority mapping/policy in effect with another ORB-defined
mapping/policy combination:
-<br><tt>#include "tao/Strategies/Linear_Priority_Mapping.h"</tt>
-<br><tt>#include "tao/Strategies/Direct_Priority_Mapping.h"</tt>
+<br><tt>#include "tao/RTCORBA/Linear_Priority_Mapping.h"</tt>
+<br><tt>#include "tao/RTCORBA/Direct_Priority_Mapping.h"</tt>
<br><tt>...</tt>
<p><tt>RTCORBA::PriorityMapping *pm =</tt>
<br><tt>new TAO_Linear_Priority_Mapping (policy);</tt>
@@ -730,7 +730,7 @@ POA without the network priority set on it.
The RTCORBA to network priority mapping framework is similar to the RTCORBA
to native thread priority mapping framework. As mentioned in section 2.1.2
this is implemented by providing the native interface NetworkPriorityMapping.
-The native interface is implemented in the RTCORBAC.h as:
+The native interface is implemented in the RTCORBAC.h as:
<p><tt>typedef TAO_Network_Priority_Mapping
NetworkPriorityMapping;</tt></dd>