summaryrefslogtreecommitdiff
path: root/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h')
-rw-r--r--tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h b/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
index d9b2472e507..f4381bad0bd 100644
--- a/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
+++ b/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
@@ -37,12 +37,12 @@ namespace TAO
* @brief Used to extract/cancel request(s) from the queue.
*
* This visitor is used to cancel certain requests in the queue
- * as they are visited.
+ * as they are visited.
*
* Note that this is currently implemented to cancel *all*
* requests in the queue, or requests that are targeted for a specific
- * servant. This could be extended in the future to perhaps
- * cancel all requests that have the same operation name, or something
+ * servant. This could be extended in the future to perhaps
+ * cancel all requests that have the same operation name, or something
* else.
*
*/