summaryrefslogtreecommitdiff
path: root/ACE/ace/IPC_SAP.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/IPC_SAP.h')
-rw-r--r--ACE/ace/IPC_SAP.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/IPC_SAP.h b/ACE/ace/IPC_SAP.h
index e70ec0a7e8c..dce2fabb6fc 100644
--- a/ACE/ace/IPC_SAP.h
+++ b/ACE/ace/IPC_SAP.h
@@ -50,13 +50,13 @@ public:
int disable (int value) const;
/// Get the underlying handle.
- ACE_HANDLE get_handle (void) const;
+ ACE_HANDLE get_handle () const;
/// Set the underlying handle.
void set_handle (ACE_HANDLE handle);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
@@ -64,7 +64,7 @@ public:
protected:
// = Ensure that ACE_IPC_SAP is an abstract base class.
/// Default constructor.
- ACE_IPC_SAP (void);
+ ACE_IPC_SAP ();
/// Protected destructor.
/**
@@ -72,7 +72,7 @@ protected:
* operator delete() from being called through a base class
* ACE_IPC_SAP pointer/reference.
*/
- ~ACE_IPC_SAP (void);
+ ~ACE_IPC_SAP ();
private:
/// Underlying I/O handle.