From 66eaf237a23da01878840d97d33e115f8b3a2931 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 24 Jan 2019 13:08:39 +0100 Subject: Use TAO_ROOT instead of ACE_ROOT/TAO --- ACE/docs/ACE-SSL.html | 4 ++-- TAO/docs/Smart_Proxies.html | 2 +- TAO/docs/releasenotes/PSS.html | 2 +- TAO/docs/tutorials/Quoter/AMI/index.html | 2 +- TAO/docs/tutorials/Quoter/Simple/Client/index.html | 2 +- TAO/docs/tutorials/Quoter/Simple/Server/index.html | 2 +- TAO/tests/Bug_2702_Regression/README | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ACE/docs/ACE-SSL.html b/ACE/docs/ACE-SSL.html index 710ecd22e9f..77f99bf51f3 100644 --- a/ACE/docs/ACE-SSL.html +++ b/ACE/docs/ACE-SSL.html @@ -27,14 +27,14 @@ This library must be installed in order to use ACE+SSL. We cannot answer all of the questions you may have about OpenSSL, but hopefully through using the ACE+SSL interface your questions - will be reduced.

+ will be reduced.

How do I get ACE+SSL?

Due to the relaxation of export restrictions we have gained permission to distribute ACE+SSL along with the normal ACE distribution. It can be found in $ACE_ROOT/ace/SSL. An SSL pluggable transport for can be found in - $ACE_ROOT/TAO/orbsvcs/orbsvcs/SSLIOP. + $TAO_ROOT/orbsvcs/orbsvcs/SSLIOP.


diff --git a/TAO/docs/Smart_Proxies.html b/TAO/docs/Smart_Proxies.html index ad8fd334cd3..b696a207714 100644 --- a/TAO/docs/Smart_Proxies.html +++ b/TAO/docs/Smart_Proxies.html @@ -384,7 +384,7 @@ created from then on will be the default one.

To use this feature in TAO, one must do the following: (1) Generate smart proxy classes using the IDL compiler option of -Gsp and (2) Link client and server to the TAO_SmartProxies library, in -$ACE_ROOT/TAO/tao/SmartProxies. +$TAO_ROOT/tao/SmartProxies. A new smart proxy option has been added to the design: one-shot or permanent versus per-object smart proxy. The one-shot smart proxy option denotes that the smart proxy factory is registered permanently diff --git a/TAO/docs/releasenotes/PSS.html b/TAO/docs/releasenotes/PSS.html index de4907bf3ea..1dbc7583b08 100644 --- a/TAO/docs/releasenotes/PSS.html +++ b/TAO/docs/releasenotes/PSS.html @@ -54,7 +54,7 @@

  • There is an example in - $ACE_ROOT/TAO/orbsvcs/examples/PSS which shows how the PSS + $TAO_ROOT/orbsvcs/examples/PSS which shows how the PSS can be used to make a simplified naming service persistent.

  • diff --git a/TAO/docs/tutorials/Quoter/AMI/index.html b/TAO/docs/tutorials/Quoter/AMI/index.html index d17b0ea1d5d..13fc15e446f 100644 --- a/TAO/docs/tutorials/Quoter/AMI/index.html +++ b/TAO/docs/tutorials/Quoter/AMI/index.html @@ -57,7 +57,7 @@ flag:

    -$ $ACE_ROOT/TAO/TAO_IDL/tao_idl -GC Quoter.idl
    +$ $TAO_ROOT/TAO_IDL/tao_idl -GC Quoter.idl
     

    You may want to take a brief look at the generated client side interface. diff --git a/TAO/docs/tutorials/Quoter/Simple/Client/index.html b/TAO/docs/tutorials/Quoter/Simple/Client/index.html index 4cf2e8579f2..ef4e599869f 100644 --- a/TAO/docs/tutorials/Quoter/Simple/Client/index.html +++ b/TAO/docs/tutorials/Quoter/Simple/Client/index.html @@ -88,7 +88,7 @@ this:

    -$ $ACE_ROOT/TAO/TAO_IDL/tao_idl Quoter.idl
    +$ $TAO_ROOT/TAO_IDL/tao_idl Quoter.idl
     

    The complete documentation of the IDL compiler and its options are included in diff --git a/TAO/docs/tutorials/Quoter/Simple/Server/index.html b/TAO/docs/tutorials/Quoter/Simple/Server/index.html index 7683663d589..7f7c2bc31cf 100644 --- a/TAO/docs/tutorials/Quoter/Simple/Server/index.html +++ b/TAO/docs/tutorials/Quoter/Simple/Server/index.html @@ -126,7 +126,7 @@ Quoter_Stock_i::symbol () can generate empty implementations that you can modify. Simply use the -GI option:

    -$ $ACE_ROOT/TAO/TAO_IDL/tao_idl -GI Quoter.idl
    +$ $TAO_ROOT/TAO_IDL/tao_idl -GI Quoter.idl
     
    The empty implementations are generated in the QuoterI.h and QuoterI.cpp files. diff --git a/TAO/tests/Bug_2702_Regression/README b/TAO/tests/Bug_2702_Regression/README index a62ab6ad891..63de737e897 100644 --- a/TAO/tests/Bug_2702_Regression/README +++ b/TAO/tests/Bug_2702_Regression/README @@ -11,7 +11,7 @@ iiop://127.0.0.1:1192. If the port number must be changed at some point in the future, one will have to generate a new IOR file as well. The original was generated using the "server" from the "Hello" test -($ACE_ROOT/TAO/tests/Hello) with ORB arguments +($TAO_ROOT/tests/Hello) with ORB arguments -ORBDottedDecimalAddresses 1 -ORBendpoint iiop://127.0.0.1:1192 -- cgit v1.2.1