summaryrefslogtreecommitdiff
path: root/ACE/apps
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/apps
parentd76df1a2741457a5cd723bedd5919ed342ece2e7 (diff)
downloadATCD-2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c.tar.gz
Remove redundant void
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.h2
-rw-r--r--ACE/apps/JAWS/clients/Caching/URL_Properties.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.h b/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.h
index 43993e928aa..dd2674d9bb7 100644
--- a/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.h
+++ b/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.h
@@ -89,7 +89,7 @@ public:
const char *buffer (void) const;
/// Print out this object.
- void dump (void) const;
+ void dump () const;
protected:
/// Return the size of the buffer required to encode
diff --git a/ACE/apps/JAWS/clients/Caching/URL_Properties.h b/ACE/apps/JAWS/clients/Caching/URL_Properties.h
index b8d6c2c3a0e..727e013c949 100644
--- a/ACE/apps/JAWS/clients/Caching/URL_Properties.h
+++ b/ACE/apps/JAWS/clients/Caching/URL_Properties.h
@@ -113,7 +113,7 @@ public:
size_t decode (void *buf);
/// Dump out this object for debug.
- void dump (void) const;
+ void dump () const;
protected:
/// Property name pointer.
@@ -184,7 +184,7 @@ public:
size_t decode (void *buf);
/// Dump this object for debug.
- void dump (void) const;
+ void dump () const;
protected:
/// URL of this offer.