summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-26 08:00:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-26 08:00:02 +0000
commit4ca2d5da8b66256be248d97a4942c735afb6a950 (patch)
treef47469f9c4a3d27accc6bb8b1bb84a17b772bb5d
parentdf36d796e33956e286c623e0589040593e99ce8d (diff)
downloadATCD-4ca2d5da8b66256be248d97a4942c735afb6a950.tar.gz
ChangeLogTag: Wed Jul 26 07:59:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog26
-rw-r--r--TAO/docs/Security/SSLIOP-USAGE.html2
-rwxr-xr-xTAO/docs/releasenotes/ftcorba_services.html30
3 files changed, 33 insertions, 25 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2fad9131e04..8c6923c7a37 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jul 26 07:59:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO-INSTALL.html:
+ * tao/Transport.h:
+ * docs/releasenotes/ftcorba_services.html:
+ * docs/Security/SSLIOP-Usage.html:
+ Updated documentation to point to the new svn repository
+
Mon Jul 24 21:54:22 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* orbsvcs/orbsvcs/HTIOP/htiop_endpointsC.cpp
@@ -6,9 +14,9 @@ Mon Jul 24 21:54:22 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* orbsvcs/orbsvcs/SSLIOP/ssl_endpointsC.cpp
* tao/RTScheduling/RTSchedulerC.cpp
* tao/RTScheduling/RTSchedulerC.h
-
+
Removed these, they were kept around erroneously.
-
+
* ./TAO/performance-tests/AMI_Latency
* ./TAO/performance-tests/Deferred_Latency
* ./TAO/performance-tests/DII_Latency
@@ -16,34 +24,34 @@ Mon Jul 24 21:54:22 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* ./TAO/performance-tests/Single_Threaded_Latency
* ./TAO/performance-tests/Thread_Per_Connection_Latency
* ./TAO/performance-tests/Thread_Pool_Latency
-
- Removed these directories, which had been previously merged into
+
+ Removed these directories, which had been previously merged into
performance-tests/Latency
Mon Jul 24 19:02:33 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* TAO/RTScheduling/RTSchedulerA.h
-
+
Should not have been removed.
Mon Jul 24 18:52:33 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* TAO/RTScheduling/RTSchedulerA.cpp
-
+
Removed, these were kept around erroneously by the conversion script.
Mon Jul 24 17:39:38 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* TAO_IDL/fe/fe_lookup.cpp
-
+
Re committing this file, as the subversion script probably backdated
the timestamp on the file, which was causing it to be regenerated as
part of the build process.
Mon Jul 24 15:45:34 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
-
+
* Subversion conversion completed at revision 73730
-
+
Sun Jul 23 15:44:43 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* Repository frozen for repository conversion
diff --git a/TAO/docs/Security/SSLIOP-USAGE.html b/TAO/docs/Security/SSLIOP-USAGE.html
index 507ca49db6d..095bd5a0851 100644
--- a/TAO/docs/Security/SSLIOP-USAGE.html
+++ b/TAO/docs/Security/SSLIOP-USAGE.html
@@ -72,7 +72,7 @@ function MM_nbGroup(event, grpName) { //v3.0
<h3><a name="loading"></a>Loading and Configuring the SSLIOP Pluggable Protocol</h3>
<p>TAO implements SSL as a pluggable protocol. As such, it must be dynamically
loaded into the ORB. You must use a service configurator file to do this.
- The service configurator options for the ORB are described in detail in <a href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/docs/components.html?rev=HEAD&content-type=text/html">
+ The service configurator options for the ORB are described in detail in <a href="../docs/components.html?rev=HEAD&content-type=text/html">
Options for TAO Components</a>. In this case you have to create a <code>svc.conf</code>
file that includes: </p>
<pre>
diff --git a/TAO/docs/releasenotes/ftcorba_services.html b/TAO/docs/releasenotes/ftcorba_services.html
index 2ad37756b77..d06573c6a4b 100755
--- a/TAO/docs/releasenotes/ftcorba_services.html
+++ b/TAO/docs/releasenotes/ftcorba_services.html
@@ -176,16 +176,16 @@ replica.
<p>
The Replication Manager's interfaces are defined in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/FT_ReplicationManager.idl">FT_ReplicationManager.idl</a>.
+ href="../../orbsvcs/orbsvcs/FT_ReplicationManager.idl">FT_ReplicationManager.idl</a>.
The Replication Manager also supports interfaces and types from the
PortableGroup module that is defined in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/PortableGroup.idl">PortableGroup.idl</a>
+ href="../../orbsvcs/orbsvcs/PortableGroup.idl">PortableGroup.idl</a>
and additional interfaces and types from the FT module that is defined
in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/FT_CORBA.idl">FT_CORBA.idl</a>.
+ href="../../orbsvcs/orbsvcs/FT_CORBA.idl">FT_CORBA.idl</a>.
Source code for the Replication Manager's implementation is found in
the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/FT_ReplicationManager/">FT_ReplicationManager</a>
+ href="../../orbsvcs/FT_ReplicationManager/">FT_ReplicationManager</a>
directory.
</p>
@@ -217,9 +217,9 @@ Replication Manager, using the <a
<p>
The Fault Notifier's interfaces are defined in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/FT_Notifier.idl">FT_Notifier.idl</a>.
+ href="../../orbsvcs/orbsvcs/FT_Notifier.idl">FT_Notifier.idl</a>.
Source code for the Fault Notifier's implementation is found in the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/Fault_Notifier/">Fault_Notifier</a>
+ href="../../orbsvcs/Fault_Notifier/">Fault_Notifier</a>
directory.
</p>
@@ -277,10 +277,10 @@ monitor replicas as they are created.
<p>
The Fault Detector Factory's interfaces are defined in
<a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/FT_FaultDetectorFactory.idl">FT_FaultDetectorFactory.idl</a>. Source code for the
+ href="../../orbsvcs/orbsvcs/FT_FaultDetectorFactory.idl">FT_FaultDetectorFactory.idl</a>. Source code for the
Fault Detector and Fault Detector Factory implementations is found in
the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/Fault_Detector/">Fault_Detector</a> directory.
+ href="../../orbsvcs/Fault_Detector/">Fault_Detector</a> directory.
</p>
<h4><a name="Redundancy"></a>Redundancy of FT CORBA Infrastructure Services</h4>
@@ -338,10 +338,10 @@ groups.
We have provided a sample implementation of a Replica Factory as part
of our example application for this project. It implements the
Generic Factory interface from the FT module defined in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/FT_CORBA.idl">FT_CORBA.idl</a>.
+ href="../../orbsvcs/orbsvcs/FT_CORBA.idl">FT_CORBA.idl</a>.
Source code for the example application's Replica Factory is found in
the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/tests/FT_App/">FT_App</a>
+ href="../../orbsvcs/tests/FT_App/">FT_App</a>
directory.
</p>
@@ -363,11 +363,11 @@ We have provided a sample implementation of a Replica as part of our
example application for this project. A Replica must implement the
<code>PullMonitorable</code>, <code>Checkpointable</code>, and
<code>Updateable</code> interfaces, which are defined in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/orbsvcs/FT_Replica.idl">FT_Replica.idl</a>.
+ href="../../orbsvcs/orbsvcs/FT_Replica.idl">FT_Replica.idl</a>.
For our example application, a test replica interface is defined in <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/tests/FT_App/FT_TestReplica.idl">FT_App/FT_TestReplica.idl</a>.
+ href="../../orbsvcs/tests/FT_App/FT_TestReplica.idl">FT_App/FT_TestReplica.idl</a>.
The implementation of the test replica is also in the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/tests/FT_App/">FT_App</a>
+ href="../../orbsvcs/tests/FT_App/">FT_App</a>
directory.
</p>
@@ -411,7 +411,7 @@ Service so it can be accessed by clients.
The Object Group Creator can exist as a stand-alone utility or it can
be integrated with an application. Our example application includes
an implementation of the Object Group Creator in the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/tests/FT_App/">FT_App</a>
+ href="../../orbsvcs/tests/FT_App/">FT_App</a>
directory.
</p>
@@ -433,7 +433,7 @@ detection mechanisms described above are used to notify the
Replication Manager of the fault and the Replication Manager takes the
necessary actions to maintain the object group's integrity. Our
example application includes a simple client in the <a
- href="http://cvs.doc.wustl.edu/viewcvs.cgi/*checkout*/TAO/orbsvcs/tests/FT_App/">FT_App</a>
+ href="../../orbsvcs/tests/FT_App/">FT_App</a>
directory.
</p>