summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/Element_Def_Builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/Element_Def_Builder.h')
-rw-r--r--ACE/ACEXML/common/Element_Def_Builder.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/ACE/ACEXML/common/Element_Def_Builder.h b/ACE/ACEXML/common/Element_Def_Builder.h
index 5750a4e5adc..0ca25c94e6c 100644
--- a/ACE/ACEXML/common/Element_Def_Builder.h
+++ b/ACE/ACEXML/common/Element_Def_Builder.h
@@ -60,24 +60,21 @@ public:
*/
virtual int setElementName (const ACEXML_Char *namespaceURI,
const ACEXML_Char *localName,
- const ACEXML_Char *qName)
- = 0;
+ const ACEXML_Char *qName) = 0;
/**
* Define the content type of the element.
*
* @retval 0 if valid, -1 otherwise.
*/
- virtual int setContentType (CONTENT_TYPE type)
- = 0;
+ virtual int setContentType (CONTENT_TYPE type) = 0;
/**
* Insert one more element into Mixed definition.
*/
virtual int insertMixedElement (const ACEXML_Char *namespaceURI,
const ACEXML_Char *localName,
- const ACEXML_Char *qName)
- = 0;
+ const ACEXML_Char *qName) = 0;
/**
* Start a new group of children.
@@ -116,8 +113,7 @@ public:
*/
virtual int insertElement (const ACEXML_Char *namespaceURI,
const ACEXML_Char *localName,
- const ACEXML_Char *qName)
- = 0;
+ const ACEXML_Char *qName) = 0;
/**
* Dump the content of the attribute definition.