summaryrefslogtreecommitdiff
path: root/TAO/docs/rtcorba/features.html
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
commit81f3c078e414accd82e171626b8b0669e3bbb406 (patch)
treec1fdc2ebe8dadd6e9d61a5812d7f967b5a84689f /TAO/docs/rtcorba/features.html
parentd4a320adea886ef610797f4f818b3a810e74f091 (diff)
downloadATCD-81f3c078e414accd82e171626b8b0669e3bbb406.tar.gz
ChangeLogTag:Thu Jan 16 13:25:10 2003 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/docs/rtcorba/features.html')
-rw-r--r--TAO/docs/rtcorba/features.html8
1 files changed, 4 insertions, 4 deletions
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>