diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-10-03 20:26:13 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-10-03 20:26:13 +0000 |
commit | 1d30ae56ad471cc23327bdb29354c7a1dbb4b222 (patch) | |
tree | 4d8944d47a3097a8b2660706123e6d12a944f7ae /TAO/tao/Wait_Strategy.h | |
parent | 056fef85442403cd6196a1006cc3d3d0718cea9c (diff) | |
download | ATCD-1d30ae56ad471cc23327bdb29354c7a1dbb4b222.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.h | 2 |
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. |