summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-27 22:35:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-27 22:35:51 +0000
commitf22804752f31ccc9311cb789d2634a7b360a0620 (patch)
treeb0681352ab817b230d82e82b4fd2b251abf8fa6a
parent479abb31b8c093446044d93801687d476877e235 (diff)
downloadATCD-f22804752f31ccc9311cb789d2634a7b360a0620.tar.gz
ChangeLogTag:Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLogs/ChangeLog-02a15
-rw-r--r--ChangeLogs/ChangeLog-03a15
-rw-r--r--TAO/docs/releasenotes/index.html3
-rw-r--r--ace/ARGV.cpp2
-rw-r--r--ace/Activation_Queue.cpp1
-rw-r--r--ace/Activation_Queue.h3
-rw-r--r--ace/Cached_Connect_Strategy_T.h3
-rw-r--r--ace/Caching_Strategies_T.h4
-rw-r--r--ace/Message_Queue.h3
-rw-r--r--ace/Module.cpp2
-rw-r--r--ace/Reactor.h3
-rw-r--r--examples/Reactor/Misc/test_early_timeouts.cpp2
13 files changed, 49 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index e2fa2d941b8..35828b0d36b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Module.cpp (ACE_Module): The line
+
+ this->name ("<unknown>");
+
+ was be replaced with
+
+ this->name (ACE_TEXT("<unknown>"));
+
+ Thanks to Airat A. Sadreev <sadreevaa@hq.tatenergo.ru> for
+ reporting this. This fixes bug id 1041.
+
Thu Sep 27 13:09:19 2001 Bala <bala@cs.wustl.edu>
* ACE version 5.1.21 released.
@@ -47,7 +60,7 @@ Sun Sep 23 19:28:06 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Reactor.h (ACE_Reactor): Fixed comments for
<end_reactor_event_loop> and <reactor_event_loop_done>. Both
methods work on an instance of reactor, not the global singleton
- reacotr. Thanks to Doug for noticing this.
+ reactor. Thanks to Doug for noticing this.
Sun Sep 23 10:02:59 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index e2fa2d941b8..35828b0d36b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Module.cpp (ACE_Module): The line
+
+ this->name ("<unknown>");
+
+ was be replaced with
+
+ this->name (ACE_TEXT("<unknown>"));
+
+ Thanks to Airat A. Sadreev <sadreevaa@hq.tatenergo.ru> for
+ reporting this. This fixes bug id 1041.
+
Thu Sep 27 13:09:19 2001 Bala <bala@cs.wustl.edu>
* ACE version 5.1.21 released.
@@ -47,7 +60,7 @@ Sun Sep 23 19:28:06 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Reactor.h (ACE_Reactor): Fixed comments for
<end_reactor_event_loop> and <reactor_event_loop_done>. Both
methods work on an instance of reactor, not the global singleton
- reacotr. Thanks to Doug for noticing this.
+ reactor. Thanks to Doug for noticing this.
Sun Sep 23 10:02:59 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index e2fa2d941b8..35828b0d36b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,16 @@
+Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Module.cpp (ACE_Module): The line
+
+ this->name ("<unknown>");
+
+ was be replaced with
+
+ this->name (ACE_TEXT("<unknown>"));
+
+ Thanks to Airat A. Sadreev <sadreevaa@hq.tatenergo.ru> for
+ reporting this. This fixes bug id 1041.
+
Thu Sep 27 13:09:19 2001 Bala <bala@cs.wustl.edu>
* ACE version 5.1.21 released.
@@ -47,7 +60,7 @@ Sun Sep 23 19:28:06 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Reactor.h (ACE_Reactor): Fixed comments for
<end_reactor_event_loop> and <reactor_event_loop_done>. Both
methods work on an instance of reactor, not the global singleton
- reacotr. Thanks to Doug for noticing this.
+ reactor. Thanks to Doug for noticing this.
Sun Sep 23 10:02:59 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index fcd1e0b5719..f9ef6775a90 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -2115,8 +2115,7 @@ CORBA::TIMEOUT exception on timeout</li>
<hr>
<h3> <a NAME="interceptor"></a>Portable Interceptors</h3>
-Point of contact: <a href="mailto:nanbor@cs.wustl.edu">Nanbor Wang</a>,
-<a href="mailto:kirthika@cs.wustl.edu">Kirthika Parameswaran</a>.
+Point of contact: <a href="mailto:ossama@uci.edu">Ossama Othman</a>.
<p>For more information see <a href="../interceptors.html">Portable
Interceptors</a>
</p>
diff --git a/ace/ARGV.cpp b/ace/ARGV.cpp
index a45949285b8..2d653a0ca58 100644
--- a/ace/ARGV.cpp
+++ b/ace/ARGV.cpp
@@ -141,7 +141,7 @@ ACE_ARGV::ACE_ARGV (ACE_TCHAR *argv[],
// Replace the null char that strecpy copies with white space as
// a separator.
- *(end-1) = ACE_LIB_TEXT (' ');
+ *(end - 1) = ACE_LIB_TEXT (' ');
}
// Remember how many arguments there are
diff --git a/ace/Activation_Queue.cpp b/ace/Activation_Queue.cpp
index 4d8f5d395d5..c1b4ccc443a 100644
--- a/ace/Activation_Queue.cpp
+++ b/ace/Activation_Queue.cpp
@@ -1,7 +1,6 @@
// Activation_Queue.cpp
// $Id$
-
#include "ace/Activation_Queue.h"
#if !defined (__ACE_INLINE__)
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h
index 966504677e6..f629c939757 100644
--- a/ace/Activation_Queue.h
+++ b/ace/Activation_Queue.h
@@ -6,12 +6,11 @@
*
* $Id$
*
- * @author Andres Kruse <Andres.Kruse@cern.ch>
+ * @author Andres Kruse <Andres.Kruse@cern.ch> and
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
-
#ifndef ACE_ACTIVATION_QUEUE_H
#define ACE_ACTIVATION_QUEUE_H
#include "ace/pre.h"
diff --git a/ace/Cached_Connect_Strategy_T.h b/ace/Cached_Connect_Strategy_T.h
index 9c3050c0937..56ec72b1606 100644
--- a/ace/Cached_Connect_Strategy_T.h
+++ b/ace/Cached_Connect_Strategy_T.h
@@ -10,7 +10,6 @@
*/
//=============================================================================
-
#ifndef CACHED_CONNECT_STRATEGY_T_H
#define CACHED_CONNECT_STRATEGY_T_H
#include "ace/pre.h"
@@ -46,9 +45,7 @@
template <class SVC_HANDLER, ACE_PEER_CONNECTOR_1, class CACHING_STRATEGY, class ATTRIBUTES, class MUTEX>
class ACE_Cached_Connect_Strategy_Ex : public ACE_Cached_Connect_Strategy<SVC_HANDLER, ACE_PEER_CONNECTOR_2, MUTEX>
{
-
public:
-
/// Constructor
ACE_Cached_Connect_Strategy_Ex (CACHING_STRATEGY &caching_s,
ACE_Creation_Strategy<SVC_HANDLER> *cre_s = 0,
diff --git a/ace/Caching_Strategies_T.h b/ace/Caching_Strategies_T.h
index 5871d5b397e..3c6dbef3a8e 100644
--- a/ace/Caching_Strategies_T.h
+++ b/ace/Caching_Strategies_T.h
@@ -10,13 +10,11 @@
*/
//=============================================================================
-
#ifndef CACHING_STRATEGIES_H
#define CACHING_STRATEGIES_H
#include "ace/pre.h"
#include "ace/OS.h"
-
#include "ace/Caching_Utility_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -41,9 +39,7 @@
template <class ATTRIBUTES, class CACHING_UTILITY>
class ACE_Caching_Strategy
{
-
public:
-
/// Destructor.
virtual ~ACE_Caching_Strategy (void);
diff --git a/ace/Message_Queue.h b/ace/Message_Queue.h
index 6e2a7f6aab1..b7a25a34b1d 100644
--- a/ace/Message_Queue.h
+++ b/ace/Message_Queue.h
@@ -6,11 +6,10 @@
*
* $Id$
*
- * @author Doug Schmidt
+ * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
-
#ifndef ACE_MESSAGE_QUEUE_H
#define ACE_MESSAGE_QUEUE_H
#include "ace/pre.h"
diff --git a/ace/Module.cpp b/ace/Module.cpp
index caba448b72b..634070305aa 100644
--- a/ace/Module.cpp
+++ b/ace/Module.cpp
@@ -160,7 +160,7 @@ ACE_Module<ACE_SYNCH_USE>::ACE_Module (void)
: flags_ (0)
{
ACE_TRACE ("ACE_Module<ACE_SYNCH_USE>::ACE_Module");
- this->name ("<unknown>");
+ this->name (ACE_TEXT ("<unknown>"));
// Do nothing...
this->q_pair_[0] = 0;
this->q_pair_[1] = 0;
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 39d1fd0e3c3..cebd460dfaf 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -134,8 +134,7 @@ public:
* Resets the <ACE_Reactor::end_event_loop_> static so that the
* <run_event_loop> method can be restarted. Note that this method
* can only be used by the singleton <ACE_Reactor::instance>. Thus,
- * to reset another reactor use
- * <ACE_Reactor::reset_reactor_event_loop>.
+ * to reset another reactor use <ACE_Reactor::reset_reactor_event_loop>.
*/
static void reset_event_loop (void);
diff --git a/examples/Reactor/Misc/test_early_timeouts.cpp b/examples/Reactor/Misc/test_early_timeouts.cpp
index 8fb89935f38..6cedd05d7f9 100644
--- a/examples/Reactor/Misc/test_early_timeouts.cpp
+++ b/examples/Reactor/Misc/test_early_timeouts.cpp
@@ -14,7 +14,7 @@
// and the max early timeout.
//
// = AUTHOR
-// Irfan Pyarali
+// Irfan Pyarali <irfan@cs.wustl.edu>
//
// ================================================================