summaryrefslogtreecommitdiff
path: root/ACE/ace/Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Stream.h')
-rw-r--r--ACE/ace/Stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Stream.h b/ACE/ace/Stream.h
index 35fb3645d4c..3e7998b68cd 100644
--- a/ACE/ace/Stream.h
+++ b/ACE/ace/Stream.h
@@ -154,7 +154,7 @@ public:
void *args);
/// Synchronize with the final close of the stream.
- virtual int wait (void);
+ virtual int wait ();
/// Dump the state of an object.
virtual void dump () const;
@@ -190,7 +190,7 @@ protected:
private:
/// Actually perform the unlinking of two Streams (must be called
/// with locks held).
- int unlink_i (void);
+ int unlink_i ();
/// Actually perform the linking of two Streams (must be called with
/// locks held).
@@ -224,7 +224,7 @@ public:
/// Move forward by one element in the set. Returns 0 when all the
/// items in the set have been seen, else 1.
- int advance (void);
+ int advance ();
private:
/// Next ACE_Module that we haven't yet seen.