summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/parser/parser/ParserContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/parser/parser/ParserContext.h')
-rw-r--r--ACE/ACEXML/parser/parser/ParserContext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ACEXML/parser/parser/ParserContext.h b/ACE/ACEXML/parser/parser/ParserContext.h
index 0ac64628d1d..9264273940b 100644
--- a/ACE/ACEXML/parser/parser/ParserContext.h
+++ b/ACE/ACEXML/parser/parser/ParserContext.h
@@ -44,13 +44,13 @@ public:
/// Reset the parser context. This does not free up the memory. Only sets
/// it to zero. Meant to be called after a context is pushed on to a
/// stack.
- void reset (void);
+ void reset ();
/// Get the underlying input source.
- virtual ACEXML_InputSource* getInputSource(void);
+ virtual ACEXML_InputSource* getInputSource();
/// Get the underlying locator.
- virtual ACEXML_LocatorImpl* getLocator(void);
+ virtual ACEXML_LocatorImpl* getLocator();
/// Set the underlying input source.
virtual void setInputSource(ACEXML_InputSource* ip);