summaryrefslogtreecommitdiff
path: root/TAO/tao/Exclusive_TMS.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exclusive_TMS.h')
-rw-r--r--TAO/tao/Exclusive_TMS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Exclusive_TMS.h b/TAO/tao/Exclusive_TMS.h
index 84f659bcc68..82932adcfc2 100644
--- a/TAO/tao/Exclusive_TMS.h
+++ b/TAO/tao/Exclusive_TMS.h
@@ -70,9 +70,9 @@ protected:
/// request_id().
CORBA::ULong request_id_generator_;
- /// If 0 then the request id and reply dispatcher below are
+ /// If false then the request id and reply dispatcher below are
/// meaningless
- int has_request_;
+ bool has_request_;
/// Request id for the current request.
CORBA::ULong request_id_;