summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-24 12:39:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-24 12:39:33 +0000
commitb0fa69ee0cc3e92bef048222c5181770cce5ec47 (patch)
treec81b6b619e3c76cadbc29b76ec854aa762cef290 /ACE
parentc3b41d2ce0835c76275840076d65218241c3bfcb (diff)
downloadATCD-b0fa69ee0cc3e92bef048222c5181770cce5ec47.tar.gz
Sun Oct 24 12:35:28 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Event_Handler.h: * ace/Reactor.h: * ace/Reactor_Notification_Strategy.h: * ace/Read_Buffer.h: * ace/Registry_Name_Space.h: * ace/Remote_Tokens.h: Doxygen changes
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog10
-rw-r--r--ACE/ace/Event_Handler.h2
-rw-r--r--ACE/ace/Reactor.h8
-rw-r--r--ACE/ace/Reactor_Notification_Strategy.h4
-rw-r--r--ACE/ace/Read_Buffer.h2
-rw-r--r--ACE/ace/Registry_Name_Space.h2
-rw-r--r--ACE/ace/Remote_Tokens.h6
7 files changed, 22 insertions, 12 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index fce58cdcc3e..587ed282846 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,13 @@
+Sun Oct 24 12:35:28 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Event_Handler.h:
+ * ace/Reactor.h:
+ * ace/Reactor_Notification_Strategy.h:
+ * ace/Read_Buffer.h:
+ * ace/Registry_Name_Space.h:
+ * ace/Remote_Tokens.h:
+ Doxygen changes
+
Fri Oct 22 11:19:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Reactor.h:
diff --git a/ACE/ace/Event_Handler.h b/ACE/ace/Event_Handler.h
index 73cd4cd9a33..7f2a26f5db5 100644
--- a/ACE/ace/Event_Handler.h
+++ b/ACE/ace/Event_Handler.h
@@ -369,7 +369,7 @@ public:
ACE_Notification_Buffer (ACE_Event_Handler *eh,
ACE_Reactor_Mask mask);
- /// Default dtor.
+ /// Default destructor.
~ACE_Notification_Buffer (void);
/// Pointer to the Event_Handler that will be dispatched
diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h
index a06b92da599..ac48d1d90da 100644
--- a/ACE/ace/Reactor.h
+++ b/ACE/ace/Reactor.h
@@ -43,7 +43,7 @@ class ACE_Sig_Set;
/*
* Hook to specialize the Reactor implementation with the concrete
- * Reactor type, for exmaple, select, thread pool reactor known
+ * Reactor type, for example, select, thread pool reactor known
* at compile time.
*/
//@@ REACTOR_SPL_INCLUDE_FORWARD_DECL_ADD_HOOK
@@ -234,7 +234,7 @@ public:
/**
* Initialize the ACE_Reactor to manage @a max_number_of_handles.
* If @a restart is false then the ACE_Reactor's handle_events()
- * method will be restarted automatically when <EINTR> occurs. If
+ * method will be restarted automatically when @c EINTR occurs. If
* @a signal_handler or @a timer_queue are non-0 they are used as the
* signal handler and timer queue, respectively.
*/
@@ -544,7 +544,7 @@ public:
/**
* Schedule a timer event.
*
- * Schedule a timer event that will expire after an <delay> amount
+ * Schedule a timer event that will expire after an @a delay amount
* of time. The return value of this method, a timer_id value,
* uniquely identifies the @a event_handler in the ACE_Reactor's
* internal list of timers. This timer_id value can be used to
@@ -578,7 +578,7 @@ public:
*
* Resets the interval of the timer represented by @a timer_id to
* @a interval, which is specified in relative time to the current
- * <gettimeofday>. If @a interval is equal to
+ * gettimeofday(). If @a interval is equal to
* ACE_Time_Value::zero, the timer will become a non-rescheduling
* timer. Returns 0 if successful, -1 if not.
*
diff --git a/ACE/ace/Reactor_Notification_Strategy.h b/ACE/ace/Reactor_Notification_Strategy.h
index d0cd247400e..c73a04a1aad 100644
--- a/ACE/ace/Reactor_Notification_Strategy.h
+++ b/ACE/ace/Reactor_Notification_Strategy.h
@@ -28,7 +28,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @brief Used to notify an ACE_Reactor
*
* Integrates the ACE_Message_Queue notification into the
- * <ACE_Reactor::notify> method.
+ * ACE_Reactor::notify() method.
*/
class ACE_Export ACE_Reactor_Notification_Strategy : public ACE_Notification_Strategy
{
@@ -37,7 +37,7 @@ public:
ACE_Event_Handler *eh,
ACE_Reactor_Mask mask);
- /// Default dtor.
+ /// Default destructor.
virtual ~ACE_Reactor_Notification_Strategy (void);
virtual int notify (void);
diff --git a/ACE/ace/Read_Buffer.h b/ACE/ace/Read_Buffer.h
index fbf13ca9094..5ab743e9d94 100644
--- a/ACE/ace/Read_Buffer.h
+++ b/ACE/ace/Read_Buffer.h
@@ -32,7 +32,7 @@ class ACE_Allocator;
/**
* @class ACE_Read_Buffer
*
- * @brief Efficiently reads an artibrarily large buffer from an input
+ * @brief Efficiently reads an arbitrarily large buffer from an input
* stream up to and including a termination character. Also
* performs search/replace on single occurrences a character in
* the buffer using the principles of Integrated Layer
diff --git a/ACE/ace/Registry_Name_Space.h b/ACE/ace/Registry_Name_Space.h
index b54f99dc3af..5b27fef9307 100644
--- a/ACE/ace/Registry_Name_Space.h
+++ b/ACE/ace/Registry_Name_Space.h
@@ -78,7 +78,7 @@ public:
int unbind (const ACE_NS_WString &name_in);
/// Get value and type of a given name binding (Wide chars). The
- /// caller is responsible for deleting both <value_out> and <type_out>!
+ /// caller is responsible for deleting both @a value_out and @a type_out!
int resolve (const ACE_NS_WString &name_in,
ACE_NS_WString &value_out,
char *&type_out);
diff --git a/ACE/ace/Remote_Tokens.h b/ACE/ace/Remote_Tokens.h
index 1d3ee52849c..8f6078029a0 100644
--- a/ACE/ace/Remote_Tokens.h
+++ b/ACE/ace/Remote_Tokens.h
@@ -88,7 +88,7 @@ public:
/**
* Try to acquire the distributed token. If the token is already
- * held, the call returns without queueing the caller as a waiter.
+ * held, the call returns without queuing the caller as a waiter.
* Returns 0 on success (the token was acquired), and -1 with
* EWOULDBLOCK if the token was already held.
*/
@@ -98,7 +98,7 @@ public:
* Renew the token by offering to release it if there are any other
* waiters, otherwise get the token back immediately. This renew
* has the same semantics as ACE_Local_Mutex release. It is
- * semantically equivalent to <release> followed by <acquire>, but
+ * semantically equivalent to release() followed by acquire(), but
* it is faster. options contains the timeout value used if renew
* blocks. As with acquire, the timer is maintained at the token
* server. If there are waiters and requeue_position == -1, the
@@ -287,7 +287,7 @@ public:
/// Factory Method that creates a new SOCK Stream.
virtual ACE_SOCK_Stream *make_TSS_TYPE (void) const;
- /// Inheritence and operator overloading don't mix. Redefine this
+ /// Inheritance and operator overloading don't mix. Redefine this
/// from ACE_TSS so that we can use it.
operator ACE_SOCK_Stream *(void);