diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-06-04 14:51:53 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-06-04 14:51:53 +0000 |
commit | 666788de4787c458c031754d4bb52208e2c9ad8b (patch) | |
tree | 63a49a683ff8fa8a3552c516520c8827b65f0de0 | |
parent | b14ab3609f078a8e93a0e4d2b7910e72789d805f (diff) | |
download | ATCD-666788de4787c458c031754d4bb52208e2c9ad8b.tar.gz |
* ace/Message_Queue.h:
* ace/Message_Queue_T.h:
Fixed the signatures of deactivate and deactivate_i to make the
appearance of the default parameter 'int pulse' consistent.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 49ac36ca1b2..5f376b507fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 4 09:48:34 2002 Jeff Parsons <parsons@cs.wustl.edu> + + * ace/Message_Queue.h: + * ace/Message_Queue_T.h: + + Fixed the signatures of deactivate and deactivate_i to make the + appearance of the default parameter 'int pulse' consistent. + Tue Jun 4 06:46:27 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> * examples/C++NPv2/AC_Client_Logging_Daemon.cpp: Added the diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 49ac36ca1b2..5f376b507fc 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,11 @@ +Tue Jun 4 09:48:34 2002 Jeff Parsons <parsons@cs.wustl.edu> + + * ace/Message_Queue.h: + * ace/Message_Queue_T.h: + + Fixed the signatures of deactivate and deactivate_i to make the + appearance of the default parameter 'int pulse' consistent. + Tue Jun 4 06:46:27 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> * examples/C++NPv2/AC_Client_Logging_Daemon.cpp: Added the diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 49ac36ca1b2..5f376b507fc 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,11 @@ +Tue Jun 4 09:48:34 2002 Jeff Parsons <parsons@cs.wustl.edu> + + * ace/Message_Queue.h: + * ace/Message_Queue_T.h: + + Fixed the signatures of deactivate and deactivate_i to make the + appearance of the default parameter 'int pulse' consistent. + Tue Jun 4 06:46:27 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> * examples/C++NPv2/AC_Client_Logging_Daemon.cpp: Added the |