summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
commit9c2821704d3f5919de4cc6d1612ceef77dfc85b6 (patch)
tree490d5c6732977dac6aa166f211613d3c8144311b /ACE/ACEXML/common
parent44b236a3a36ce56a1029788a17ce4e6a43fc3fc7 (diff)
downloadATCD-9c2821704d3f5919de4cc6d1612ceef77dfc85b6.tar.gz
Layout changes
Diffstat (limited to 'ACE/ACEXML/common')
-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.