summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/Attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/Attributes.h')
-rw-r--r--ACE/ACEXML/common/Attributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ACEXML/common/Attributes.h b/ACE/ACEXML/common/Attributes.h
index 9d171838fd0..71482c30654 100644
--- a/ACE/ACEXML/common/Attributes.h
+++ b/ACE/ACEXML/common/Attributes.h
@@ -57,7 +57,7 @@ class ACEXML_Export ACEXML_Attributes
public:
/// Destructor.
- virtual ~ACEXML_Attributes (void);
+ virtual ~ACEXML_Attributes ();
/**
* Look up the index of an attribute by XML 1.0 qualified name.
@@ -73,7 +73,7 @@ public:
/**
* Return the number of attributes in the list.
*/
- virtual size_t getLength (void) = 0;
+ virtual size_t getLength () = 0;
/**
* Look up an attribute's local name by index.