summaryrefslogtreecommitdiff
path: root/ACE/ace/SPIPE_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SPIPE_Addr.h')
-rw-r--r--ACE/ace/SPIPE_Addr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/SPIPE_Addr.h b/ACE/ace/SPIPE_Addr.h
index e6d781e195e..d8ae394882b 100644
--- a/ACE/ace/SPIPE_Addr.h
+++ b/ACE/ace/SPIPE_Addr.h
@@ -34,7 +34,7 @@ class ACE_Export ACE_SPIPE_Addr : public ACE_Addr
{
public:
/// Default constructor.
- ACE_SPIPE_Addr (void);
+ ACE_SPIPE_Addr ();
/// Copy constructor.
ACE_SPIPE_Addr (const ACE_SPIPE_Addr &sa);
@@ -51,7 +51,7 @@ public:
int set (const ACE_TCHAR *rendezvous_point, gid_t = 0, uid_t = 0);
/// Return a pointer to the address.
- virtual void *get_addr (void) const;
+ virtual void *get_addr () const;
/// Set a pointer to the underlying network address.
virtual void set_addr (const void *addr, int len);
@@ -74,7 +74,7 @@ public:
const ACE_TCHAR *get_path_name (void) const;
/// Get user id.
- uid_t user_id (void) const;
+ uid_t user_id () const;
/// Set user id.
void user_id (uid_t uid);
@@ -83,10 +83,10 @@ public:
void group_id (gid_t gid);
/// Get group ids.
- gid_t group_id (void) const;
+ gid_t group_id () const;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;