summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--ChangeLogs/ChangeLog-02a11
-rw-r--r--ChangeLogs/ChangeLog-03a11
-rwxr-xr-xbin/generate_doxygen.pl1
-rw-r--r--html/index.html5
5 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c72d5074d58..414c6c03b6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Mon May 27 09:20:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/generate_doxygen.pl:
+ Added tao_costime to the list of doxygen files that must be run
+
+ * etc/tao_costime.doxygen:
+ Created doxygen config file for this TAO service
+
+ * html/index.html:
+ Added link for the TAO CosTime service doxygen documentation
+
Mon May 27 08:18:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ACEXML/common/Attributes_Def_Builder.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index c72d5074d58..414c6c03b6a 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Mon May 27 09:20:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/generate_doxygen.pl:
+ Added tao_costime to the list of doxygen files that must be run
+
+ * etc/tao_costime.doxygen:
+ Created doxygen config file for this TAO service
+
+ * html/index.html:
+ Added link for the TAO CosTime service doxygen documentation
+
Mon May 27 08:18:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ACEXML/common/Attributes_Def_Builder.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c72d5074d58..414c6c03b6a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,14 @@
+Mon May 27 09:20:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/generate_doxygen.pl:
+ Added tao_costime to the list of doxygen files that must be run
+
+ * etc/tao_costime.doxygen:
+ Created doxygen config file for this TAO service
+
+ * html/index.html:
+ Added link for the TAO CosTime service doxygen documentation
+
Mon May 27 08:18:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ACEXML/common/Attributes_Def_Builder.h:
diff --git a/bin/generate_doxygen.pl b/bin/generate_doxygen.pl
index a4e2b6cca9d..14e87dacb61 100755
--- a/bin/generate_doxygen.pl
+++ b/bin/generate_doxygen.pl
@@ -42,6 +42,7 @@ $dot_path = '/usr/local/bin';
,'tao_security'
,'tao_ssliop'
,'tao_cosnaming'
+ ,'tao_costime'
);
# Modify defaults using the command line arguments
diff --git a/html/index.html b/html/index.html
index ded561f9278..c88b41d246f 100644
--- a/html/index.html
+++ b/html/index.html
@@ -127,6 +127,11 @@
TAO's COS Notification Service implementation.
</P>
</LI>
+ <LI><P><A HREF="tao/costime/index.html">TAO_CosTime:
+ </A>
+ TAO's COS Time Service implementation.
+ </P>
+ </LI>
<LI><P><A HREF="tao/av/index.html">TAO_AV:
</A>
TAO's Audio/Video Streaming Service implementation.