summaryrefslogtreecommitdiff
path: root/ACE/ace/Dynamic_Service_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Dynamic_Service_Base.h')
-rw-r--r--ACE/ace/Dynamic_Service_Base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Dynamic_Service_Base.h b/ACE/ace/Dynamic_Service_Base.h
index 3d46492031b..308290e5fdd 100644
--- a/ACE/ace/Dynamic_Service_Base.h
+++ b/ACE/ace/Dynamic_Service_Base.h
@@ -37,7 +37,7 @@ class ACE_Export ACE_Dynamic_Service_Base
{
public:
/// Dump the current static of the object
- void dump (void) const;
+ void dump () const;
protected:
/// Perform the default repo search, but optionally skip searching the global
@@ -49,8 +49,8 @@ protected:
bool no_global = false);
/// No need to create, or assign instances of this class
- ACE_Dynamic_Service_Base (void);
- ~ACE_Dynamic_Service_Base (void);
+ ACE_Dynamic_Service_Base ();
+ ~ACE_Dynamic_Service_Base ();
const ACE_Dynamic_Service_Base& operator= (const ACE_Dynamic_Service_Base&);
private: