summaryrefslogtreecommitdiff
path: root/ACE/ace/SPIPE_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SPIPE_Connector.h')
-rw-r--r--ACE/ace/SPIPE_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SPIPE_Connector.h b/ACE/ace/SPIPE_Connector.h
index 76f233fccc7..ca3a5060653 100644
--- a/ACE/ace/SPIPE_Connector.h
+++ b/ACE/ace/SPIPE_Connector.h
@@ -33,7 +33,7 @@ class ACE_Export ACE_SPIPE_Connector
{
public:
/// Default constructor.
- ACE_SPIPE_Connector (void);
+ ACE_SPIPE_Connector ();
/**
* Actively connect and produce a <new_stream> if things go well.
@@ -99,7 +99,7 @@ public:
typedef ACE_SPIPE_Stream PEER_STREAM;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;