summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-08-03 17:56:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-08-03 17:56:51 +0000
commit6550b971656e73239d5cb383764bdbcdce4a8454 (patch)
tree6ba08f97d2581c3032f810f384fbd9540d713afa
parent84dd101fe1952835f8792c74d6ecd65b2992a5b5 (diff)
downloadATCD-6550b971656e73239d5cb383764bdbcdce4a8454.tar.gz
ChangeLogTag: Sat Aug 03 19:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACEXML/common/XML_Codecs.h2
-rw-r--r--ACEXML/parser/parser/Parser.h6
-rw-r--r--ChangeLog11
-rw-r--r--ChangeLogs/ChangeLog-03a11
-rw-r--r--ace/QoS/QoS_Session_Factory.h10
-rw-r--r--ace/Registry.h16
-rw-r--r--ace/String_Base.h30
7 files changed, 50 insertions, 36 deletions
diff --git a/ACEXML/common/XML_Codecs.h b/ACEXML/common/XML_Codecs.h
index c4f0796c683..b72565a2cfe 100644
--- a/ACEXML/common/XML_Codecs.h
+++ b/ACEXML/common/XML_Codecs.h
@@ -46,7 +46,6 @@ public:
* Encodes a stream of octets to Base64 data
*
* @param input Binary data in ACEXML_Char stream.
- * @param input_len Length of the ACEXML_Char stream.
* @param output_len Length of the encoded Base64 ACEXML_Char stream.
* @return Encoded Base64 data in ACEXML_Char stream or NULL if input data
* cannot be encoded.
@@ -58,7 +57,6 @@ public:
* Decodes a stream of Base64 to octets data
*
* @param input Encoded Base64 data in ACEXML_Char stream.
- * @param input_len Length of the ACEXML_Char stream.
* @param output_len Length of the binary ACEXML_Char stream.
* @return Binary data in ACEXML_Char stream or NULL if input data cannot
* be encoded.
diff --git a/ACEXML/parser/parser/Parser.h b/ACEXML/parser/parser/Parser.h
index 9516ffb4b94..68401b5bf0c 100644
--- a/ACEXML/parser/parser/Parser.h
+++ b/ACEXML/parser/parser/Parser.h
@@ -356,9 +356,9 @@ public:
* When the function finishes parsing, the input stream points
* at the first non-whitespace character.
*
- * @param publicID returns the unquoted publicID read. If none
+ * @param publicId returns the unquoted publicId read. If none
* is available, it will be reset to 0.
- * @param systemID returns the unquoted systemID read. If none
+ * @param systemId returns the unquoted systemId read. If none
* is available, it will be reset to 0.
*
* @retval 0 on success, -1 otherwise.
@@ -414,7 +414,7 @@ protected:
*/
/**
- * @var simple_parsing_name_
+ * @var simple_parsing_feature_
*
* This constant string defines the name of "simple XML parsing"
* feature. When this feature is enabled, ACEXML parser is allowed
diff --git a/ChangeLog b/ChangeLog
index 4a41bdf2e0b..a96a0768bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Aug 3 19:53:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACEXML/common/XML_Codecs.h:
+ * ACEXML/parser/parser/Parser.h:
+ * ace/Registry.h:
+ * ace/String_Base.h:
+ * ace/QoS/QoS_Session_Factory.h:
+ Fixed doxygen commands.
+
Sat Aug 3 12:36:55 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Hash_Map_Manager_rt.h:
@@ -9,7 +18,7 @@ Fri Aug 2 22:00:26 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
* examples/Log_Msg/Log_Msg_MFC/*: Added example to show how
to send ACE_DEBUG output to the Microsoft Visual Studio debugger console.
- Thanks to Don Hinton <dhinton@ieee.org> and
+ Thanks to Don Hinton <dhinton@ieee.org> and
Chris Hafey <chafey@stentor.com> for help with this.
Fri Aug 2 13:10:05 2002 Krishnakumar B <kitty@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 4a41bdf2e0b..a96a0768bbc 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Sat Aug 3 19:53:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACEXML/common/XML_Codecs.h:
+ * ACEXML/parser/parser/Parser.h:
+ * ace/Registry.h:
+ * ace/String_Base.h:
+ * ace/QoS/QoS_Session_Factory.h:
+ Fixed doxygen commands.
+
Sat Aug 3 12:36:55 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Hash_Map_Manager_rt.h:
@@ -9,7 +18,7 @@ Fri Aug 2 22:00:26 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
* examples/Log_Msg/Log_Msg_MFC/*: Added example to show how
to send ACE_DEBUG output to the Microsoft Visual Studio debugger console.
- Thanks to Don Hinton <dhinton@ieee.org> and
+ Thanks to Don Hinton <dhinton@ieee.org> and
Chris Hafey <chafey@stentor.com> for help with this.
Fri Aug 2 13:10:05 2002 Krishnakumar B <kitty@cs.wustl.edu>
diff --git a/ace/QoS/QoS_Session_Factory.h b/ace/QoS/QoS_Session_Factory.h
index 9a322be86d6..d23963c5491 100644
--- a/ace/QoS/QoS_Session_Factory.h
+++ b/ace/QoS/QoS_Session_Factory.h
@@ -24,10 +24,7 @@
#include "ace/Containers_T.h"
#include "ACE_QoS_Export.h"
-/**
- * @class ACE_QoS_Session;
- Forward declare this, so the factory uses only references to this.
- */
+// Forward declare this, so the factory uses only references to this.
class ACE_QoS_Session;
/**
@@ -50,12 +47,15 @@ public :
/// Default destructor.
~ACE_QoS_Session_Factory (void);
-
+
/// Types of sessions for this factory to manage.
enum ACE_QoS_Session_Type
{
+ /// ACE_RAPI_SESSION on Unix platforms with RAPI support
ACE_RAPI_SESSION,
+
+ /// ACE_GQOS_SESSION on Windows platforms with GQOS support
ACE_GQOS_SESSION
};
diff --git a/ace/Registry.h b/ace/Registry.h
index 2504f155086..59a3c238b31 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -114,11 +114,7 @@ public:
// A list of bindings
typedef ACE_Unbounded_Set<Binding> Binding_List;
- /**
- * @class Binding_Iterator;
- *
- * Forward declaration of iterator
- */
+ // Forward declaration of iterator
class Binding_Iterator;
/**
@@ -455,13 +451,15 @@ public:
// This should really be private
// But the compiler is broken
-/**
- * @class Iteration_State
- Base class for state
- */
+ /**
+ * @class Iteration_State
+ *
+ * Base class for state
+ */
class ACE_Export Iteration_State
{
public:
+ /// Constructor
Iteration_State (Binding_Iterator &iterator);
/// Next <how_many> entries
diff --git a/ace/String_Base.h b/ace/String_Base.h
index 1c0afbd440b..fa94d5e62ea 100644
--- a/ace/String_Base.h
+++ b/ace/String_Base.h
@@ -48,7 +48,7 @@ template <class CHAR> class ACE_String_Base : public ACE_String_Base_Const
public:
/**
* Default constructor.
- *
+ *
* @param alloc ACE_Allocator associated with string
* @return Default ACE_String_Base string.
*/
@@ -84,7 +84,7 @@ public:
* @return ACE_String_Base containing const CHAR *s
*/
ACE_String_Base (const CHAR * s,
- size_t len,
+ size_t len,
ACE_Allocator * alloc = 0,
int release = 1);
@@ -103,7 +103,7 @@ public:
* @param alloc ACE_Allocator associated with string
* @return ACE_String_Base containing CHAR 'c'
*/
- ACE_String_Base (CHAR c,
+ ACE_String_Base (CHAR c,
ACE_Allocator * alloc = 0);
/**
@@ -115,8 +115,8 @@ public:
* @param alloc ACE_Allocator associated with string
* @return ACE_String_Base containing character array 'c'
*/
- ACE_String_Base (size_t len,
- CHAR c = 0,
+ ACE_String_Base (size_t len,
+ CHAR c = 0,
ACE_Allocator * alloc = 0);
/**
@@ -153,7 +153,7 @@ public:
/**
* Copy @a s into this @a ACE_String_Base. Memory is _not_
* allocated/freed if @a release is 0.
- *
+ *
* @param s Null terminated input string
* @param release Allocator responsible(1)/not reponsible(0) for
* freeing memory.
@@ -187,7 +187,7 @@ public:
* @param length How many characters to return starting at the offset.
* @return The string containing the desired substring
*/
- ACE_String_Base < CHAR > substring (size_t offset,
+ ACE_String_Base < CHAR > substring (size_t offset,
ssize_t length = -1) const;
/**
@@ -224,13 +224,13 @@ public:
/**
* Get a copy of the underlying representation.
- *
+ *
* This method allocates memory for a copy of the string and returns
* a pointer to the new area. The caller is responsible for freeing
* the memory when finished; use delete []
*
* @return Pointer reference to the string data. Returned string is
- * zero terminated.
+ * zero terminated.
*/
CHAR *rep (void) const;
@@ -241,7 +241,7 @@ public:
*
* @return Pointer reference to the stored string data. No guarantee is
* that the string is zero terminated.
- *
+ *
*/
const CHAR *fast_rep (void) const;
@@ -263,7 +263,7 @@ public:
/**
* Find <str> starting at pos. Returns the slot of the first
* location that matches (will be >= pos), else npos.
- *
+ *
* @param str Input ACE_String_Base string to search for in stored string.
* @param pos Starting index position to start searching for string @a str.
* @return Index value of the first location of string @a str else npos.
@@ -273,8 +273,8 @@ public:
/**
* Find @a s starting at pos. Returns the slot of the first
* location that matches (will be >= pos), else npos.
- *
- * @param Input non-zero input string to search for in stored string.
+ *
+ * @param s non-zero input string to search for in stored string.
* @param pos Starting index position to start searching for string @a str.
* @return Index value of the first location of string @a str else npos.
*/
@@ -312,7 +312,7 @@ public:
* Less than comparison operator.
*
* @param s Input ACE_String_Base string to compare against stored string.
- * @return Integer value of result (1 = less than, 0 = greater than or
+ * @return Integer value of result (1 = less than, 0 = greater than or
* equal).
*/
int operator < (const ACE_String_Base<CHAR> &s) const;
@@ -338,7 +338,7 @@ public:
* Performs a strncmp comparison.
*
* @param s Input ACE_String_Base string to compare against stored string.
- * @return Integer value of result (less than 0, 0, greater than 0)
+ * @return Integer value of result (less than 0, 0, greater than 0)
* depending on how input string @a s is to the stored string.
*/
int compare (const ACE_String_Base<CHAR> &s) const;