summaryrefslogtreecommitdiff
path: root/ACE/ace/SPIPE_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SPIPE_Stream.h')
-rw-r--r--ACE/ace/SPIPE_Stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SPIPE_Stream.h b/ACE/ace/SPIPE_Stream.h
index 5eaf33ce98d..e371069192e 100644
--- a/ACE/ace/SPIPE_Stream.h
+++ b/ACE/ace/SPIPE_Stream.h
@@ -55,7 +55,7 @@ public:
friend class ACE_SPIPE_Connector;
/// Default constructor.
- ACE_SPIPE_Stream (void);
+ ACE_SPIPE_Stream ();
/// Obtain the address of whom we are connected with.
int get_remote_addr (ACE_SPIPE_Addr &remote_sap) const;
@@ -151,7 +151,7 @@ public:
typedef ACE_SPIPE_Addr PEER_ADDR;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;