summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-03 15:11:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-03 15:11:53 +0000
commitcd6754040daa726a31ee13423e60aaaf14d35294 (patch)
tree13da6589c088b1adeb7265b4ba5a44155038ba2f
parentda29af5c734e471ed7bd66ec7810cbb3b90bd150 (diff)
downloadATCD-cd6754040daa726a31ee13423e60aaaf14d35294.tar.gz
ChangeLogTag: Thu May 3 10:11:08 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tao/Wait_Strategy.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 02dc9775c7b..10847452b8c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu May 3 10:11:08 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/Wait_Strategy.h: Removed some comments that were not
+ applicable anymore.
+
Wed May 2 22:39:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/ORB_Core.cpp: Fixed a couple of unused variable warnings.
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h
index 008f605a804..c00e64c11a8 100644
--- a/TAO/tao/Wait_Strategy.h
+++ b/TAO/tao/Wait_Strategy.h
@@ -103,8 +103,6 @@ protected:
/// Flag to indicate whether the service handler that created the
/// above transport has been registered with the reactor or not. The
/// default is 0.
- /// @@ Would this flag be a duplication of the one in the Connection
- /// @@ Handler ?
int is_registered_;
};