summaryrefslogtreecommitdiff
path: root/ace/Pipe.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-10 18:58:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-10 18:58:26 +0000
commit3c84e3836b3abfab542a7be40203dfdb2b6a1b8d (patch)
treebb9f565d02cf35dba707c8976e89ba97749e5b0c /ace/Pipe.h
parentc6f8c1fb06c57e454694764a7005c68ce47b3a65 (diff)
downloadATCD-3c84e3836b3abfab542a7be40203dfdb2b6a1b8d.tar.gz
Hi David ;-)
Diffstat (limited to 'ace/Pipe.h')
-rw-r--r--ace/Pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Pipe.h b/ace/Pipe.h
index 485e1133f87..ae42112d542 100644
--- a/ace/Pipe.h
+++ b/ace/Pipe.h
@@ -51,12 +51,12 @@ public:
// = Accessors.
- ACE_HANDLE read_handle (void);
+ ACE_HANDLE read_handle (void) const;
// This is the "read" side of the pipe. Note, however, that
// processes can also write to this handle as well since pipes are
// bi-directional.
- ACE_HANDLE write_handle (void);
+ ACE_HANDLE write_handle (void) const;
// This is the "write" side of the pipe. Note, however, that
// processes can also read to this handle as well since pipes are
// bi-directional.