summaryrefslogtreecommitdiff
path: root/ace/Lib_Find.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-23 22:52:50 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-23 22:52:50 +0000
commitcd277a0666347c60cb7a3a00d9bf043fd6f615cf (patch)
tree01fdf23c58c5a354fa33b02ac1342ba307751880 /ace/Lib_Find.h
parentd0e44df2a5f0be6c48e1b9fdc8c9bcac3e8157ba (diff)
downloadATCD-cd277a0666347c60cb7a3a00d9bf043fd6f615cf.tar.gz
ChangeLogTag:Wed Jan 23 16:48:54 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Lib_Find.h')
-rw-r--r--ace/Lib_Find.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/ace/Lib_Find.h b/ace/Lib_Find.h
index 34bfee245a6..5c5d7e9ade7 100644
--- a/ace/Lib_Find.h
+++ b/ace/Lib_Find.h
@@ -20,7 +20,7 @@
* @class ACE_Lib_Find
*
* This class includes all the static function calls needed to search
- * and open shared libraries.
+ * and open shared libraries.
*/
class ACE_Export ACE_Lib_Find
{
@@ -31,11 +31,12 @@ class ACE_Export ACE_Lib_Find
/**
* Finds the file <filename> either using an absolute path or using
* a relative path in conjunction with ACE_LD_SEARCH_PATH (e.g.,
- * $LD_LIBRARY_PATH on UNIX or $PATH on Win32). This function will
- * add appropriate suffix (e.g., .dll on Win32 or .so on UNIX)
- * according to the OS platform. In addition, this function will
- * apply the appropriate prefix (e.g., "lib" on UNIX and "" on
- * Win32) if the <filename> doesn't match directly.
+ * $LD_LIBRARY_PATH on UNIX or the directories scaned by Win32 API
+ * SearchPath on Win32). This function will add appropriate suffix
+ * (e.g., .dll on Win32 or .so on UNIX) according to the OS
+ * platform. In addition, this function will apply the appropriate
+ * prefix (e.g., "lib" on UNIX and "" on Win32) if the <filename>
+ * doesn't match directly.
*/
static int ldfind (const ACE_TCHAR *filename,
ACE_TCHAR *pathname,