summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-03 20:26:13 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-03 20:26:13 +0000
commitc97e723b4a65fb737a633e2bbc9d436601c9bf21 (patch)
tree4d8944d47a3097a8b2660706123e6d12a944f7ae /TAO/tao/Wait_Strategy.h
parent1cedc1838c3e6fdc0151c0be7dd06f5bc1ff7a54 (diff)
downloadATCD-c97e723b4a65fb737a633e2bbc9d436601c9bf21.tar.gz
ChangeLogTag:Sun Oct 3 20:24:51 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r--TAO/tao/Wait_Strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h
index bd41faebd2d..c9800344ac2 100644
--- a/TAO/tao/Wait_Strategy.h
+++ b/TAO/tao/Wait_Strategy.h
@@ -61,7 +61,7 @@ public:
/// Returns a value to indicate whether the transport needs to set
/// the socket on which it is waiting to non-blocking mode or not.
- virtual int non_blocking (void) = 0;
+ virtual bool non_blocking (void) const = 0;
/// Flag that indicates whether we can process requests while
/// waiting for the reply.