aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Service_Repository.h
diff options
context:
space:
mode:
authorclick <none@none>2010-08-16 11:23:20 +0200
committerclick <none@none>2010-08-16 11:23:20 +0200
commit29c2520506e12bbae669fbd190901443eca2f2a5 (patch)
tree9073ecd189c4d7ce3123469f655f3ffc61ba163f /externals/ace/Service_Repository.h
parentb4bef54b7a6be1b25d670c3f630b1c4370da7757 (diff)
Core/external : Reinstate ACE 5.8.1 (tested and building)
--HG-- branch : trunk
Diffstat (limited to 'externals/ace/Service_Repository.h')
-rw-r--r--externals/ace/Service_Repository.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/externals/ace/Service_Repository.h b/externals/ace/Service_Repository.h
index efd80bc78dc..9d03b113381 100644
--- a/externals/ace/Service_Repository.h
+++ b/externals/ace/Service_Repository.h
@@ -4,7 +4,7 @@
/**
* @file Service_Repository.h
*
- * $Id: Service_Repository.h 85007 2009-04-01 14:11:03Z johnnyw $
+ * $Id: Service_Repository.h 91016 2010-07-06 11:29:50Z johnnyw $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
@@ -96,11 +96,11 @@ public:
* Locate a named entry in the service table, optionally ignoring
* suspended entries.
*
- * @param service_name The name of the service to search for.
- * @param srp Optional; if not 0, it is a pointer to a location
- * to receive the ACE_Service_Type pointer for the
- * located service. Meaningless if this method
- * returns -1.
+ * @param name The name of the service to search for.
+ * @param srp Optional; if not 0, it is a pointer to a location
+ * to receive the ACE_Service_Type pointer for the
+ * located service. Meaningless if this method
+ * returns -1.
* @param ignore_suspended If true, the search ignores suspended services.
*
* @retval 0 Named service was located.