summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/ContentHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/ContentHandler.h')
-rw-r--r--ACE/ACEXML/common/ContentHandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ACEXML/common/ContentHandler.h b/ACE/ACEXML/common/ContentHandler.h
index 89669818d0c..f5e88c150e0 100644
--- a/ACE/ACEXML/common/ContentHandler.h
+++ b/ACE/ACEXML/common/ContentHandler.h
@@ -43,7 +43,7 @@ class ACEXML_Export ACEXML_ContentHandler
{
public:
- virtual ~ACEXML_ContentHandler (void);
+ virtual ~ACEXML_ContentHandler ();
/**
* Receive notification of character data.
@@ -55,7 +55,7 @@ public:
/**
* Receive notification of the end of a document.
*/
- virtual void endDocument (void) = 0;
+ virtual void endDocument () = 0;
/**
* Receive notification of the end of an element.
@@ -95,7 +95,7 @@ public:
/**
* Receive notification of the beginning of a document.
*/
- virtual void startDocument (void) = 0;
+ virtual void startDocument () = 0;
/**
* Receive notification of the beginning of an element.