aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Service_Repository.h
diff options
context:
space:
mode:
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 9d03b113381..efd80bc78dc 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 91016 2010-07-06 11:29:50Z johnnyw $
+ * $Id: Service_Repository.h 85007 2009-04-01 14:11:03Z 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 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 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 ignore_suspended If true, the search ignores suspended services.
*
* @retval 0 Named service was located.