summaryrefslogtreecommitdiff
path: root/ace/DLL_Manager.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-27 19:59:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-27 19:59:17 +0000
commitf7a50c1e632fdf93fda170e0b3aee9ea935a30e2 (patch)
treeb6fd918902d2d3669da5abb343b3adeef97f4408 /ace/DLL_Manager.cpp
parentf7f43ccb151c8a87833eae777b50b53bfe6f68c3 (diff)
downloadATCD-f7a50c1e632fdf93fda170e0b3aee9ea935a30e2.tar.gz
ChangeLogTag: Mon Jun 27 19:59:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/DLL_Manager.cpp')
-rw-r--r--ace/DLL_Manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/DLL_Manager.cpp b/ace/DLL_Manager.cpp
index 377ecb39a81..72702a845e9 100644
--- a/ace/DLL_Manager.cpp
+++ b/ace/DLL_Manager.cpp
@@ -131,7 +131,7 @@ ACE_DLL_Handle::open (const ACE_TCHAR *dll_name,
ACE_LIB_TEXT ("ACE_DLL_Handle::open: Trying to open DLL %s with %s name\n"),
this->dll_name_,
name->c_str ()));
-
+
// The ACE_SHLIB_HANDLE object is obtained.
this->handle_ = ACE_OS::dlopen (name->c_str (),
open_mode);
@@ -334,7 +334,7 @@ ACE_DLL_Handle::get_dll_names (const ACE_TCHAR *dll_name,
// 2. Locate the file suffix, if there is one. Move the '.' and the
// suffix to base_suffix.
- if ((pos = base_file.rfind (ACE_TEXT ('.'))) != ACE_TString::npos)
+ if ((pos = base_file.rfind (ACE_LIB_TEXT ('.'))) != ACE_TString::npos)
{
base_suffix = base_file.substr (static_cast<size_t>(pos));
base_file = base_file.substr (0, static_cast<ssize_t>(pos));