summaryrefslogtreecommitdiff
path: root/ACE/ACEXML
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
commit22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac (patch)
tree23ddfc70c283ccaf582b74f8ec4a8e8168a1bd3e /ACE/ACEXML
parente392479f563136c2bedd53b6e3af905965116fa0 (diff)
downloadATCD-22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac.tar.gz
Shorten file headers
Diffstat (limited to 'ACE/ACEXML')
-rw-r--r--ACE/ACEXML/common/Mem_Map_Stream.h1
-rw-r--r--ACE/ACEXML/common/SAXExceptions.h1
-rw-r--r--ACE/ACEXML/common/URL_Addr.h1
-rw-r--r--ACE/ACEXML/common/XML_Codecs.h2
-rw-r--r--ACE/ACEXML/parser/parser/Parser.h1
-rw-r--r--ACE/ACEXML/parser/parser/ParserInternals.h1
6 files changed, 0 insertions, 7 deletions
diff --git a/ACE/ACEXML/common/Mem_Map_Stream.h b/ACE/ACEXML/common/Mem_Map_Stream.h
index 0cee26a3af7..48a435656c4 100644
--- a/ACE/ACEXML/common/Mem_Map_Stream.h
+++ b/ACE/ACEXML/common/Mem_Map_Stream.h
@@ -4,7 +4,6 @@
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
* @author Krishnakumar B <kitty@cs.wustl.edu>
- *
*/
#ifndef _ACEXML_MEM_MAP_STREAM_H
diff --git a/ACE/ACEXML/common/SAXExceptions.h b/ACE/ACEXML/common/SAXExceptions.h
index 2aa0367f2f9..c47594e846b 100644
--- a/ACE/ACEXML/common/SAXExceptions.h
+++ b/ACE/ACEXML/common/SAXExceptions.h
@@ -158,7 +158,6 @@ protected:
* @class ACEXML_SAXParseException SAXExceptions.h "ACEXML/common/SAXExceptions.h"
*
* @brief ACEXML_SAXParseException
- *
*/
class ACEXML_Export ACEXML_SAXParseException
: public ACEXML_SAXException
diff --git a/ACE/ACEXML/common/URL_Addr.h b/ACE/ACEXML/common/URL_Addr.h
index 553cf6e0772..871d1c1bee8 100644
--- a/ACE/ACEXML/common/URL_Addr.h
+++ b/ACE/ACEXML/common/URL_Addr.h
@@ -4,7 +4,6 @@
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
* @author Krishnakumar B <kitty@cs.wustl.edu>
- *
*/
#ifndef _ACEXML_URL_ADDR_H
diff --git a/ACE/ACEXML/common/XML_Codecs.h b/ACE/ACEXML/common/XML_Codecs.h
index 3b464c0a81f..006dddb6d57 100644
--- a/ACE/ACEXML/common/XML_Codecs.h
+++ b/ACE/ACEXML/common/XML_Codecs.h
@@ -8,7 +8,6 @@
* XML_Codecs is a generic wrapper for various encoding and decoding
* mechanisms used in ACEXML. Currently it includes support for handling
* Base64 content transfer-encoding of ACEXML_Chars.
- *
*/
#ifndef _ACEXML_XML_CODECS_H
@@ -32,7 +31,6 @@
* This class provides methods to encode or decode a stream of ACEXML_Chars
* to/from Base64 encoding. It doesn't convert the input stream to a
* canonical form before encoding.
- *
*/
class ACEXML_Export ACEXML_Base64 : public ACE_Base64
{
diff --git a/ACE/ACEXML/parser/parser/Parser.h b/ACE/ACEXML/parser/parser/Parser.h
index 0a4fa7c8e2a..1e1bbfc9508 100644
--- a/ACE/ACEXML/parser/parser/Parser.h
+++ b/ACE/ACEXML/parser/parser/Parser.h
@@ -38,7 +38,6 @@
* @class ACEXML_Parser Parser.h "ACEXML/parser/parser/Parser.h"
*
* @brief A SAX based parser.
- *
*/
class ACEXML_PARSER_Export ACEXML_Parser : public ACEXML_XMLReader
{
diff --git a/ACE/ACEXML/parser/parser/ParserInternals.h b/ACE/ACEXML/parser/parser/ParserInternals.h
index b4c89300757..ef4204997c6 100644
--- a/ACE/ACEXML/parser/parser/ParserInternals.h
+++ b/ACE/ACEXML/parser/parser/ParserInternals.h
@@ -25,7 +25,6 @@
*
* @brief A class to hide some of the internal implementation details of
* the parser.
- *
*/
class ACEXML_PARSER_Export ACEXML_ParserInt
{