diff options
author | click <none@none> | 2010-08-15 00:28:14 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-15 00:28:14 +0200 |
commit | e3b8a5923d5e5512cfe6e0f02246d22146691008 (patch) | |
tree | c7bed4a5667148d73b75ab62eae9695eb10cad49 /externals/ace/Service_Repository.h | |
parent | f3b93df6b70648fdd644c6e0db24089dca34738e (diff) |
Core/externals: Update ACE to 5.8.1 (should fix issues with disconnects happening on servers compiled under VS2010)
Update issue 3411
Status: NeedsFeedback
--HG--
branch : trunk
Diffstat (limited to 'externals/ace/Service_Repository.h')
-rw-r--r-- | externals/ace/Service_Repository.h | 12 |
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. |