summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-30 19:57:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-30 19:57:28 +0000
commit8dff8ad2515de2748c8894a5985328a92549e42f (patch)
treef29ae856801f15e101aeab4d33416adff50c93fa
parentfdd660a1ae99f68a6456732ef85e283b7fe89624 (diff)
downloadATCD-8dff8ad2515de2748c8894a5985328a92549e42f.tar.gz
ChangeLogTag:Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h2
-rw-r--r--docs/index.html2
6 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 44417aa6909..51c3b18694b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * docs/index.html: Fixed the ACE-inheritance.pdf document so
+ it isn't gzipped. Thanks to Michael Searles
+ <msearles@base16.com> for reporting this.
+
Wed Jan 30 09:28:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* XML/parser/debug_validator/Debug_Attributes_Builder.cpp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 44417aa6909..51c3b18694b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * docs/index.html: Fixed the ACE-inheritance.pdf document so
+ it isn't gzipped. Thanks to Michael Searles
+ <msearles@base16.com> for reporting this.
+
Wed Jan 30 09:28:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* XML/parser/debug_validator/Debug_Attributes_Builder.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 44417aa6909..51c3b18694b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * docs/index.html: Fixed the ACE-inheritance.pdf document so
+ it isn't gzipped. Thanks to Michael Searles
+ <msearles@base16.com> for reporting this.
+
Wed Jan 30 09:28:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* XML/parser/debug_validator/Debug_Attributes_Builder.cpp:
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index ce91234948a..6b636b278e9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Jan 30 13:38:03 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * orbsvcs/examples/Notify/Subscribe/Subscribe.h (RefCountServantBase): Fixed
+ a cut&paste error. Thanks to Gautam H Thaker
+ <gthaker@atl.lmco.com> for reporting this.
+
Wed Jan 30 12:49:43 2002 Rob Ruff <rruff@scires.com>
Craig Rodrigues <crodrigu@bbn.com>
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h b/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h
index 578151b170e..b9b05c2d39e 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h
@@ -207,7 +207,7 @@ class Subscribe_StructuredPushSupplier : public POA_CosNotifyComm::StructuredPus
void connect (CosNotifyChannelAdmin::SupplierAdmin_ptr supplier_admin
ACE_ENV_ARG_DECL);
// Connect the Supplier to the EventChannel.
- // Creates a new proxy supplier and connects to it.
+ // Creates a new proxy consumer and connects to it.
void disconnect (ACE_ENV_SINGLE_ARG_DECL);
// Disconnect from the supplier.
diff --git a/docs/index.html b/docs/index.html
index f3cb339e2e1..a6cebc678c2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -33,7 +33,7 @@ ask. <P>
<ul>
<li><a href="ACE-categories.html">Class Categories</a> - Listing of some of the classes
in ACE.
- <li>ACE Inheritance Tree <a href="ACE-inheritance.pdf.gz">[pdf.gz]</a> <a href=
+ <li>ACE Inheritance Tree <a href="ACE-inheritance.pdf">[pdf]</a> <a href=
"ACE-inheritance.ps.gz">[ps.gz]</a>
<li><a href="ACE-subsets.html">ACE Subsets</a> - Outline of some of our ideas
for subsetting the ACE library.