summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-21 09:49:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-21 09:49:26 +0000
commite74fddff039cabf6ca7f857bedbfbeaaae1a7602 (patch)
tree92c46dfba96839fc313bc513d4590b0ac17f00a7
parentee164b426c016d286642c71c41275546a832f56b (diff)
downloadATCD-e74fddff039cabf6ca7f857bedbfbeaaae1a7602.tar.gz
Fri Oct 21 09:48:21 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* common/Attributes.h: * common/AttributesImpl.h: * common/Attributes_Def_Builder.h: * common/CharStream.h: * common/ContentHandler.h: * common/DTDHandler.h: * common/DTD_Manager.h: * common/DefaultHandler.h: * common/Element_Def_Builder.h: * common/Encoding.h: * common/EntityResolver.h: * common/ErrorHandler.h: * common/Exception.h: * common/HttpCharStream.h: * common/InputSource.h: * common/Locator.h: * common/LocatorImpl.h: * common/Mem_Map_Stream.h: * common/NamespaceSupport.h: * common/SAXExceptions.h: * common/StrCharStream.h: * common/StreamFactory.h: * common/Transcode.h: * common/URL_Addr.h: * common/Validator.h: * common/XMLFilterImpl.h: * common/XMLReader.h: Doxygen changes, fix some Klocwork reports
-rw-r--r--ACE/ACEXML/ChangeLog31
-rw-r--r--ACE/ACEXML/common/Attributes.h2
-rw-r--r--ACE/ACEXML/common/AttributesImpl.h2
-rw-r--r--ACE/ACEXML/common/Attributes_Def_Builder.h2
-rw-r--r--ACE/ACEXML/common/CharStream.h2
-rw-r--r--ACE/ACEXML/common/ContentHandler.h2
-rw-r--r--ACE/ACEXML/common/DTDHandler.h5
-rw-r--r--ACE/ACEXML/common/DTD_Manager.h2
-rw-r--r--ACE/ACEXML/common/DefaultHandler.h2
-rw-r--r--ACE/ACEXML/common/Element_Def_Builder.h2
-rw-r--r--ACE/ACEXML/common/Encoding.h2
-rw-r--r--ACE/ACEXML/common/EntityResolver.h2
-rw-r--r--ACE/ACEXML/common/ErrorHandler.h2
-rw-r--r--ACE/ACEXML/common/Exception.h4
-rw-r--r--ACE/ACEXML/common/HttpCharStream.h2
-rw-r--r--ACE/ACEXML/common/InputSource.h5
-rw-r--r--ACE/ACEXML/common/Locator.h2
-rw-r--r--ACE/ACEXML/common/LocatorImpl.h7
-rw-r--r--ACE/ACEXML/common/Mem_Map_Stream.h2
-rw-r--r--ACE/ACEXML/common/NamespaceSupport.h2
-rw-r--r--ACE/ACEXML/common/SAXExceptions.h2
-rw-r--r--ACE/ACEXML/common/StrCharStream.h2
-rw-r--r--ACE/ACEXML/common/StreamFactory.h2
-rw-r--r--ACE/ACEXML/common/Transcode.h2
-rw-r--r--ACE/ACEXML/common/URL_Addr.h2
-rw-r--r--ACE/ACEXML/common/Validator.h2
-rw-r--r--ACE/ACEXML/common/XMLFilterImpl.h2
-rw-r--r--ACE/ACEXML/common/XMLReader.h2
28 files changed, 66 insertions, 32 deletions
diff --git a/ACE/ACEXML/ChangeLog b/ACE/ACEXML/ChangeLog
index cf9591f72b8..6dc122bf4c4 100644
--- a/ACE/ACEXML/ChangeLog
+++ b/ACE/ACEXML/ChangeLog
@@ -1,3 +1,34 @@
+Fri Oct 21 09:48:21 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * common/Attributes.h:
+ * common/AttributesImpl.h:
+ * common/Attributes_Def_Builder.h:
+ * common/CharStream.h:
+ * common/ContentHandler.h:
+ * common/DTDHandler.h:
+ * common/DTD_Manager.h:
+ * common/DefaultHandler.h:
+ * common/Element_Def_Builder.h:
+ * common/Encoding.h:
+ * common/EntityResolver.h:
+ * common/ErrorHandler.h:
+ * common/Exception.h:
+ * common/HttpCharStream.h:
+ * common/InputSource.h:
+ * common/Locator.h:
+ * common/LocatorImpl.h:
+ * common/Mem_Map_Stream.h:
+ * common/NamespaceSupport.h:
+ * common/SAXExceptions.h:
+ * common/StrCharStream.h:
+ * common/StreamFactory.h:
+ * common/Transcode.h:
+ * common/URL_Addr.h:
+ * common/Validator.h:
+ * common/XMLFilterImpl.h:
+ * common/XMLReader.h:
+ Doxygen changes, fix some Klocwork reports
+
Tue Aug 3 16:50:57 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* common/DTD_Manager.h:
diff --git a/ACE/ACEXML/common/Attributes.h b/ACE/ACEXML/common/Attributes.h
index 45982ed459e..1e592794cda 100644
--- a/ACE/ACEXML/common/Attributes.h
+++ b/ACE/ACEXML/common/Attributes.h
@@ -23,7 +23,7 @@
#include "ACEXML/common/XML_Types.h"
/**
- * @class ACEXML_Attributes Attributes.h "ACEXML/common/Attributes.h"
+ * @class ACEXML_Attributes
*
* @brief ACEXML_Attributes defines a collection of attributes of an XML element.
*
diff --git a/ACE/ACEXML/common/AttributesImpl.h b/ACE/ACEXML/common/AttributesImpl.h
index 39b7f33099b..a1495bfb75f 100644
--- a/ACE/ACEXML/common/AttributesImpl.h
+++ b/ACE/ACEXML/common/AttributesImpl.h
@@ -31,7 +31,7 @@
class ACEXML_AttributesImpl;
/**
- * @class ACEXML_Attribute AttributesImpl.h "ACEXML/common/AttributesImpl.h"
+ * @class ACEXML_Attribute
*
* @brief ACEXML_Attribute defines the data structure of an attribute
*
diff --git a/ACE/ACEXML/common/Attributes_Def_Builder.h b/ACE/ACEXML/common/Attributes_Def_Builder.h
index a9986ff754b..cea15d3ebf6 100644
--- a/ACE/ACEXML/common/Attributes_Def_Builder.h
+++ b/ACE/ACEXML/common/Attributes_Def_Builder.h
@@ -24,7 +24,7 @@
#include "ace/Auto_Ptr.h"
/**
- * @class ACEXML_Attribute_Def_Builder Attributes_Def_Builder.h "common/Attributes_Def_Builder.h"
+ * @class ACEXML_Attribute_Def_Builder
*
* @brief An abstract virtual class defining an interface for building an
* attribute definition from DTD.
diff --git a/ACE/ACEXML/common/CharStream.h b/ACE/ACEXML/common/CharStream.h
index 6c687e91e7c..23fa1af0307 100644
--- a/ACE/ACEXML/common/CharStream.h
+++ b/ACE/ACEXML/common/CharStream.h
@@ -22,7 +22,7 @@
#include "ACEXML/common/XML_Types.h"
/**
- * @class ACEXML_CharStream CharStream.h "ACEXML/common/CharStream.h"
+ * @class ACEXML_CharStream
*
* ACEXML_CharStream is an abstract class (interface) which defines the
* basic opertions a parser could use to retrieve XML charater sequence.
diff --git a/ACE/ACEXML/common/ContentHandler.h b/ACE/ACEXML/common/ContentHandler.h
index d26cfb22295..6b443f3ff34 100644
--- a/ACE/ACEXML/common/ContentHandler.h
+++ b/ACE/ACEXML/common/ContentHandler.h
@@ -24,7 +24,7 @@
#include "ACEXML/common/Attributes.h"
/**
- * @class ACEXML_ContentHandler ContentHandler.h "ACEXML/common/ContentHandler.h"
+ * @class ACEXML_ContentHandler
*
* @brief ACEXML_ContentHandler
*
diff --git a/ACE/ACEXML/common/DTDHandler.h b/ACE/ACEXML/common/DTDHandler.h
index 155b8c40f07..6a19452b8bf 100644
--- a/ACE/ACEXML/common/DTDHandler.h
+++ b/ACE/ACEXML/common/DTDHandler.h
@@ -22,7 +22,7 @@
#include "ACEXML/common/SAXExceptions.h"
/**
- * @class ACEXML_DTDHandler DTDHandler.h "ACEXML/common/DTDHandler.h"
+ * @class ACEXML_DTDHandler
*
* @brief ACEXML_DTDHandler
*
@@ -58,8 +58,7 @@ public:
*/
virtual void notationDecl (const ACEXML_Char *name,
const ACEXML_Char *publicId,
- const ACEXML_Char *systemId)
- = 0;
+ const ACEXML_Char *systemId) = 0;
/**
* Receive notification of an unparsed entity declaration event.
diff --git a/ACE/ACEXML/common/DTD_Manager.h b/ACE/ACEXML/common/DTD_Manager.h
index 2b4130eb298..d3847b055c2 100644
--- a/ACE/ACEXML/common/DTD_Manager.h
+++ b/ACE/ACEXML/common/DTD_Manager.h
@@ -24,7 +24,7 @@
#include "ACEXML/common/Validator.h"
/**
- * @class ACEXML_DTD_Manager DTD_Manager.h "common/DTD_Manager.h"
+ * @class ACEXML_DTD_Manager
*
* @todo Fill in the blank.
*/
diff --git a/ACE/ACEXML/common/DefaultHandler.h b/ACE/ACEXML/common/DefaultHandler.h
index 7b3d6cc7a92..633222f018c 100644
--- a/ACE/ACEXML/common/DefaultHandler.h
+++ b/ACE/ACEXML/common/DefaultHandler.h
@@ -25,7 +25,7 @@
#include "ACEXML/common/ErrorHandler.h"
/**
- * @class ACEXML_DefaultHandler DefaultHandler.h "ACEXML/common/DefaultHandler.h"
+ * @class ACEXML_DefaultHandler
*
* @brief ACEXML_DefaultHandler
*
diff --git a/ACE/ACEXML/common/Element_Def_Builder.h b/ACE/ACEXML/common/Element_Def_Builder.h
index fa50437b2b4..54d6d9e01c3 100644
--- a/ACE/ACEXML/common/Element_Def_Builder.h
+++ b/ACE/ACEXML/common/Element_Def_Builder.h
@@ -24,7 +24,7 @@
#include "ACEXML/common/SAXExceptions.h"
/**
- * @class ACEXML_Element_Def_Builder Element_Def_Builder.h "common/Element_Def_Builder.h"
+ * @class ACEXML_Element_Def_Builder
*
* @brief An abstract virtual class that defines the interface to define an
* element definition.
diff --git a/ACE/ACEXML/common/Encoding.h b/ACE/ACEXML/common/Encoding.h
index 3e957fabbe1..e4de4e3782c 100644
--- a/ACE/ACEXML/common/Encoding.h
+++ b/ACE/ACEXML/common/Encoding.h
@@ -26,7 +26,7 @@
#include "ACEXML/common/XML_Types.h"
/**
- * @class ACEXML_Encoding Encoding.h "ACEXML/common/Encoding.h"
+ * @class ACEXML_Encoding Encoding.h
*
* @brief ACEXML_Encoding
*
diff --git a/ACE/ACEXML/common/EntityResolver.h b/ACE/ACEXML/common/EntityResolver.h
index c18708b029a..26bc722e79b 100644
--- a/ACE/ACEXML/common/EntityResolver.h
+++ b/ACE/ACEXML/common/EntityResolver.h
@@ -23,7 +23,7 @@
#include "ACEXML/common/SAXExceptions.h"
/**
- * @class ACEXML_EntityResolver EntityResolver.h "ACEXML/common/EntityResolver.h"
+ * @class ACEXML_EntityResolver
*
* @brief ACEXML_EntityResolver
*
diff --git a/ACE/ACEXML/common/ErrorHandler.h b/ACE/ACEXML/common/ErrorHandler.h
index 5ba981bbcb4..b1a410344fc 100644
--- a/ACE/ACEXML/common/ErrorHandler.h
+++ b/ACE/ACEXML/common/ErrorHandler.h
@@ -22,7 +22,7 @@
#include "ACEXML/common/SAXExceptions.h"
/**
- * @class ACEXML_ErrorHandler ErrorHandler.h "ACEXML/common/ErrorHandler.h"
+ * @class ACEXML_ErrorHandler
*
* @brief ACEXML_ErrorHandler
*
diff --git a/ACE/ACEXML/common/Exception.h b/ACE/ACEXML/common/Exception.h
index 56ba88f1566..ebbab9d379e 100644
--- a/ACE/ACEXML/common/Exception.h
+++ b/ACE/ACEXML/common/Exception.h
@@ -23,7 +23,7 @@
#include "ACEXML/common/XML_Types.h"
/**
- * @class ACEXML_Exception Exception.h "ACEXML/common/Exception.h"
+ * @class ACEXML_Exception
*
* @brief ACEXML_Exception
*
@@ -59,7 +59,7 @@ public:
virtual void print (void) const = 0;
protected:
- /// Default contructor.
+ /// Default constructor.
ACEXML_Exception (void);
/// All exceptions have names. This name is used to identify the
diff --git a/ACE/ACEXML/common/HttpCharStream.h b/ACE/ACEXML/common/HttpCharStream.h
index 593205bec7c..dc4b702f95b 100644
--- a/ACE/ACEXML/common/HttpCharStream.h
+++ b/ACE/ACEXML/common/HttpCharStream.h
@@ -25,7 +25,7 @@
#include "ACEXML/common/Mem_Map_Stream.h"
/**
- * @class ACEXML_HttpCharStream HttpCharStream.h "ACEXML/common/HttpCharStream.h"
+ * @class ACEXML_HttpCharStream
*
* An implementation of ACEXML_CharStream for reading input from a URL.
*/
diff --git a/ACE/ACEXML/common/InputSource.h b/ACE/ACEXML/common/InputSource.h
index ae2b70b130e..e8d8f289dd4 100644
--- a/ACE/ACEXML/common/InputSource.h
+++ b/ACE/ACEXML/common/InputSource.h
@@ -21,9 +21,10 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ACEXML/common/CharStream.h"
+#include "ace/Copy_Disabled.h"
/**
- * @class ACEXML_InputSource InputSource.h "ACEXML/common/InputSource.h"
+ * @class ACEXML_InputSource
*
* @brief ACEXML_InputSource encapsulates the actual input stream with some
* added information.
@@ -50,7 +51,7 @@
*
* @sa ACEXML_CharStream
*/
-class ACEXML_Export ACEXML_InputSource
+class ACEXML_Export ACEXML_InputSource : private ACE_Copy_Disabled
{
public:
/**
diff --git a/ACE/ACEXML/common/Locator.h b/ACE/ACEXML/common/Locator.h
index c6504b706a4..c453a351b98 100644
--- a/ACE/ACEXML/common/Locator.h
+++ b/ACE/ACEXML/common/Locator.h
@@ -18,7 +18,7 @@
#include "ACEXML/common/XML_Types.h"
/**
- * @class ACEXML_Locator Locator.h "ACEXML/common/Locator.h"
+ * @class ACEXML_Locator
*
* @brief ACEXML_Locator defines operations that an XML locator should support.
*
diff --git a/ACE/ACEXML/common/LocatorImpl.h b/ACE/ACEXML/common/LocatorImpl.h
index 46a7092c84f..e315b45f6d6 100644
--- a/ACE/ACEXML/common/LocatorImpl.h
+++ b/ACE/ACEXML/common/LocatorImpl.h
@@ -22,9 +22,10 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ACEXML/common/Locator.h"
+#include "ace/Copy_Disabled.h"
/**
- * @class ACEXML_LocatorImpl LocatorImpl.h "ACEXML/common/LocatorImpl.h"
+ * @class ACEXML_LocatorImpl
*
* @brief ACEXML_LocatorImpl is an implementation of ACEXML_Locator.
*
@@ -58,7 +59,9 @@
*
* @sa ACEXML_Locator
*/
-class ACEXML_Export ACEXML_LocatorImpl : public ACEXML_Locator
+class ACEXML_Export ACEXML_LocatorImpl :
+ public ACEXML_Locator,
+ private ACE_Copy_Disabled
{
public:
/*
diff --git a/ACE/ACEXML/common/Mem_Map_Stream.h b/ACE/ACEXML/common/Mem_Map_Stream.h
index 3752c71d104..aa98b1c4658 100644
--- a/ACE/ACEXML/common/Mem_Map_Stream.h
+++ b/ACE/ACEXML/common/Mem_Map_Stream.h
@@ -30,7 +30,7 @@ typedef ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH> Svc_Handler;
typedef ACE_Connector<Svc_Handler, ACE_SOCK_CONNECTOR> Connector;
/**
- * @class ACEXML_Mem_Map_Stream Mem_Map_Stream.h "ACEXML/common/Mem_Map_Stream.h"
+ * @class ACEXML_Mem_Map_Stream
*
* @brief Provides a memory-mapped stream abstraction to simplify parsing
* of tokens.
diff --git a/ACE/ACEXML/common/NamespaceSupport.h b/ACE/ACEXML/common/NamespaceSupport.h
index d81f9303d70..cac79e19643 100644
--- a/ACE/ACEXML/common/NamespaceSupport.h
+++ b/ACE/ACEXML/common/NamespaceSupport.h
@@ -52,7 +52,7 @@ typedef ACE_Hash_Map_Reverse_Iterator_Ex<ACEXML_String,
typedef ACE_Unbounded_Queue<const ACEXML_Char *> ACEXML_STR_LIST;
/**
- * @class ACEXML_Namespace_Context_Stack NamespaceSupport.h "ACEXML/common/NamespaceSupport.h"
+ * @class ACEXML_Namespace_Context_Stack
*
* @brief ACEXML_Namespace_Context_Stack implements a simple stack
* that ACEXML_NamespaceSupport uses to keep track of namespace scopes.
diff --git a/ACE/ACEXML/common/SAXExceptions.h b/ACE/ACEXML/common/SAXExceptions.h
index ae117ff7bc5..ac7cf70b1ab 100644
--- a/ACE/ACEXML/common/SAXExceptions.h
+++ b/ACE/ACEXML/common/SAXExceptions.h
@@ -23,7 +23,7 @@
#include "ACEXML/common/Exception.h"
/**
- * @class ACEXML_SAXException SAXExceptions.h "ACEXML/common/SAXExceptions.h"
+ * @class ACEXML_SAXException
*
* @brief ACEXML_SAXException
*
diff --git a/ACE/ACEXML/common/StrCharStream.h b/ACE/ACEXML/common/StrCharStream.h
index 21de6ecaea4..22b9d9a5acd 100644
--- a/ACE/ACEXML/common/StrCharStream.h
+++ b/ACE/ACEXML/common/StrCharStream.h
@@ -23,7 +23,7 @@
#include "ACEXML/common/CharStream.h"
/**
- * @class ACEXML_StrCharStream StrCharStream.h "common/StrCharStream.h"
+ * @class ACEXML_StrCharStream
*
* An implementation of ACEXML_CharStream for reading
* input from a null-terminated ACEXML_Char string.
diff --git a/ACE/ACEXML/common/StreamFactory.h b/ACE/ACEXML/common/StreamFactory.h
index 9391eb6a299..492eb7872f8 100644
--- a/ACE/ACEXML/common/StreamFactory.h
+++ b/ACE/ACEXML/common/StreamFactory.h
@@ -23,7 +23,7 @@
class ACEXML_CharStream;
/**
- * @class ACEXML_StreamFactory StreamFactory.h "ACEXML/common/ACEXML_StreamFactory.h"
+ * @class ACEXML_StreamFactory
*
* @brief A generic factory used to create an appropriate @sa
* ACEXML_CharStream from a SYSTEM id. This class creates a @sa
diff --git a/ACE/ACEXML/common/Transcode.h b/ACE/ACEXML/common/Transcode.h
index 1acf294c7aa..fc20efb6db9 100644
--- a/ACE/ACEXML/common/Transcode.h
+++ b/ACE/ACEXML/common/Transcode.h
@@ -26,7 +26,7 @@
#include "ACEXML/common/XML_Types.h"
/**
- * @class ACEXML_Transcoder Transcode.h "ACEXML/common/Transcode.h"
+ * @class ACEXML_Transcoder
*
* @brief ACEXML_Transcoder
*
diff --git a/ACE/ACEXML/common/URL_Addr.h b/ACE/ACEXML/common/URL_Addr.h
index 3c6145c2c0d..687cba7751e 100644
--- a/ACE/ACEXML/common/URL_Addr.h
+++ b/ACE/ACEXML/common/URL_Addr.h
@@ -25,7 +25,7 @@
#include "ACEXML/common/ACEXML_Export.h"
/**
- * @class ACEXML_URL_Addr URL_Addr.h "ACEXML/common/URL_Addr.h"
+ * @class ACEXML_URL_Addr
*
* Defines a URL address family address format.
*/
diff --git a/ACE/ACEXML/common/Validator.h b/ACE/ACEXML/common/Validator.h
index 79d7ad88356..8f646e2aa9d 100644
--- a/ACE/ACEXML/common/Validator.h
+++ b/ACE/ACEXML/common/Validator.h
@@ -23,7 +23,7 @@
#include "ACEXML/common/SAXExceptions.h"
/**
- * @class ACEXML_Validator Validator.h "common/Validator.h"
+ * @class ACEXML_Validator
*
* @brief An abstract virtual class defining validator interface.
*
diff --git a/ACE/ACEXML/common/XMLFilterImpl.h b/ACE/ACEXML/common/XMLFilterImpl.h
index 39e51b00d20..95ec618c4d5 100644
--- a/ACE/ACEXML/common/XMLFilterImpl.h
+++ b/ACE/ACEXML/common/XMLFilterImpl.h
@@ -22,7 +22,7 @@
#include "ACEXML/common/ErrorHandler.h"
/**
- * @class ACEXML_XMLFilterImpl XMLFilterImpl.h "ACEXML/common/XMLFilterImpl.h"
+ * @class ACEXML_XMLFilterImpl
*
* @brief ACEXML_XMLFilterImpl
*
diff --git a/ACE/ACEXML/common/XMLReader.h b/ACE/ACEXML/common/XMLReader.h
index 95b03f62142..abca5198f72 100644
--- a/ACE/ACEXML/common/XMLReader.h
+++ b/ACE/ACEXML/common/XMLReader.h
@@ -25,7 +25,7 @@
#include "ACEXML/common/ErrorHandler.h"
/**
- * @class ACEXML_XMLReader XMLReader.h "ACEXML/common/XMLReader.h"
+ * @class ACEXML_XMLReader
*
* @brief ACEXML_XMLReader
*