summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_;
};