summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE_Connector.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-17 13:25:21 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-17 13:25:21 +0100
commit4067667d2179ec33eecb7d0d2b2f6ae7127cc01c (patch)
treedec72f9c782dfc86af362efe28817c8e6a6a151e /ACE/ace/FILE_Connector.h
parent39d3174f11de3c59984043c45f9be30a7aa42dd9 (diff)
downloadATCD-4067667d2179ec33eecb7d0d2b2f6ae7127cc01c.tar.gz
Remove redundant void
Diffstat (limited to 'ACE/ace/FILE_Connector.h')
-rw-r--r--ACE/ace/FILE_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FILE_Connector.h b/ACE/ace/FILE_Connector.h
index 76e78156070..22dd23f48dd 100644
--- a/ACE/ace/FILE_Connector.h
+++ b/ACE/ace/FILE_Connector.h
@@ -38,7 +38,7 @@ class ACE_Export ACE_FILE_Connector
{
public:
/// Default constructor.
- ACE_FILE_Connector (void);
+ ACE_FILE_Connector ();
/**
* Actively ``connect'' and produce a @a new_io ACE_FILE_IO object
@@ -90,7 +90,7 @@ public:
bool reset_new_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;