summaryrefslogtreecommitdiff
path: root/ACE/ace/Remote_Tokens.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-14 13:31:17 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-14 13:31:17 +0100
commit2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c (patch)
tree6db9c2331c107c7ddc61045ae4249893639ba353 /ACE/ace/Remote_Tokens.h
parentd76df1a2741457a5cd723bedd5919ed342ece2e7 (diff)
downloadATCD-2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c.tar.gz
Remove redundant void
Diffstat (limited to 'ACE/ace/Remote_Tokens.h')
-rw-r--r--ACE/ace/Remote_Tokens.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Remote_Tokens.h b/ACE/ace/Remote_Tokens.h
index 582e63ee449..4326ac3f80f 100644
--- a/ACE/ace/Remote_Tokens.h
+++ b/ACE/ace/Remote_Tokens.h
@@ -137,7 +137,7 @@ public:
static void set_server_address (const ACE_INET_Addr &server_address);
/// Dump the state of the class.
- void dump (void) const;
+ void dump () const;
protected:
@@ -175,7 +175,7 @@ public:
int debug = 0);
/// Dump the state of the class.
- void dump (void) const;
+ void dump () const;
/// Return deep copy.
virtual ACE_Token_Proxy *clone (void) const;
@@ -211,7 +211,7 @@ public:
ACE_Remote_RLock (const ACE_Remote_RLock &mutex);
/// Dump the state of the class.
- void dump (void) const;
+ void dump () const;
/// Returns ACE_RW_Token::RLOCK;
virtual int type (void) const;
@@ -249,7 +249,7 @@ public:
ACE_Remote_WLock (const ACE_Remote_WLock &mutex);
/// Dump the state of the class.
- void dump (void) const;
+ void dump () const;
/// Returns ACE_RW_Token::WLOCK;
virtual int type (void) const;
@@ -293,7 +293,7 @@ public:
static void set_server_address (const ACE_INET_Addr &server_address);
/// Dump the state of the class.
- void dump (void) const;
+ void dump () const;
protected:
/// The address of the Token Server used by all instances of