summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/XMLFilterImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/XMLFilterImpl.h')
-rw-r--r--ACE/ACEXML/common/XMLFilterImpl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ACEXML/common/XMLFilterImpl.h b/ACE/ACEXML/common/XMLFilterImpl.h
index ad5034372d9..c982068214d 100644
--- a/ACE/ACEXML/common/XMLFilterImpl.h
+++ b/ACE/ACEXML/common/XMLFilterImpl.h
@@ -41,7 +41,7 @@ public:
/**
* Default constructor. Create with no parent.
*/
- ACEXML_XMLFilterImpl (void);
+ ACEXML_XMLFilterImpl ();
/**
* Construct an XML filter with the specified parent.
@@ -51,7 +51,7 @@ public:
/**
* Destructor.
*/
- virtual ~ACEXML_XMLFilterImpl (void);
+ virtual ~ACEXML_XMLFilterImpl ();
/*
* Look up the value of a feature.
@@ -143,7 +143,7 @@ public:
/*
* Receive notification of the end of a document.
*/
- virtual void endDocument (void);
+ virtual void endDocument ();
/*
* Receive notification of the end of an element.
@@ -183,7 +183,7 @@ public:
/*
* Receive notification of the beginning of a document.
*/
- virtual void startDocument (void);
+ virtual void startDocument ();
/*
* Receive notification of the beginning of an element.
@@ -241,7 +241,7 @@ public:
*/
virtual void warning (ACEXML_SAXParseException &exception);
protected:
- int setupParser (void);
+ int setupParser ();
// Set up the event handlers of parent parser to this.
// Returns -1 if no valid parent is set.