summaryrefslogtreecommitdiff
path: root/ace/Cache_Map_Manager_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Cache_Map_Manager_T.cpp')
-rw-r--r--ace/Cache_Map_Manager_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Cache_Map_Manager_T.cpp b/ace/Cache_Map_Manager_T.cpp
index 7d27cc9a311..68708524581 100644
--- a/ace/Cache_Map_Manager_T.cpp
+++ b/ace/Cache_Map_Manager_T.cpp
@@ -323,7 +323,7 @@ ACE_Cache_Map_Manager<ACE_T2>::find (const KEY &key)
{
int result = this->caching_strategy_.notify_find (find_result,
- cache_value.second ());
+ cache_value.second);
// Unless the find and notification operations go thru, this
// method is not successful.